diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-03-05 19:33:12 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-03-05 19:33:12 +0000 |
commit | bba3a4f67e58c2c6bb42861784ffc60a7cf080e8 (patch) | |
tree | 4f192e4b2305105552f9636ea8661617e7e3211b | |
parent | 9569de568a7eeaf91e2134ee3e1dd00978882903 (diff) | |
download | pam-bba3a4f67e58c2c6bb42861784ffc60a7cf080e8.tar.gz pam-bba3a4f67e58c2c6bb42861784ffc60a7cf080e8.tar.bz2 pam-bba3a4f67e58c2c6bb42861784ffc60a7cf080e8.zip |
Fix remaining references to sourceforge.net
Linux-PAM moved to github long time ago, update the remaining
bug tracking references to point to github issues tracker.
* README: Refer to https://github.com/linux-pam/linux-pam/issues
instead of sourceforge.net.
* po/Makevars: Refer to https://github.com/linux-pam/linux-pam/issues
instead of http://sourceforge.net/projects/pam .
* po/Linux-PAM.pot: Regenerated.
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | po/Linux-PAM.pot | 20 | ||||
-rw-r--r-- | po/Makevars | 2 |
3 files changed, 12 insertions, 12 deletions
@@ -42,7 +42,7 @@ box may stop working..) make install That said, please report problems to the bug reporting database -on sourceforge.net. +at https://github.com/linux-pam/linux-pam/issues . You can run additional checks after installing by executing diff --git a/po/Linux-PAM.pot b/po/Linux-PAM.pot index 914a679c..309dbef7 100644 --- a/po/Linux-PAM.pot +++ b/po/Linux-PAM.pot @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM 1.4.0\n" -"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2020-03-03 10:51+0100\n" +"Report-Msgid-Bugs-To: https://github.com/linux-pam/linux-pam/issues\n" +"POT-Creation-Date: 2020-03-05 19:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -247,12 +247,12 @@ msgid "contains the user name in some form" msgstr "" #: modules/pam_cracklib/pam_cracklib.c:695 -#: modules/pam_unix/pam_unix_passwd.c:565 +#: modules/pam_unix/pam_unix_passwd.c:566 msgid "No password has been supplied." msgstr "" #: modules/pam_cracklib/pam_cracklib.c:696 -#: modules/pam_unix/pam_unix_passwd.c:566 +#: modules/pam_unix/pam_unix_passwd.c:567 msgid "The password has not been changed." msgstr "" @@ -376,7 +376,7 @@ msgid "Unable to create and initialize directory '%s'." msgstr "" #: modules/pam_pwhistory/pam_pwhistory.c:217 -#: modules/pam_unix/pam_unix_passwd.c:591 +#: modules/pam_unix/pam_unix_passwd.c:592 msgid "Password has been already used. Choose another." msgstr "" @@ -533,23 +533,23 @@ msgstr[1] "" msgid "Warning: your password will expire in %d days." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:467 +#: modules/pam_unix/pam_unix_passwd.c:468 msgid "NIS password could not be changed." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:583 +#: modules/pam_unix/pam_unix_passwd.c:584 msgid "You must choose a shorter password." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:587 +#: modules/pam_unix/pam_unix_passwd.c:588 msgid "You must choose a longer password." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:694 +#: modules/pam_unix/pam_unix_passwd.c:695 #, c-format msgid "Changing password for %s." msgstr "" -#: modules/pam_unix/pam_unix_passwd.c:724 +#: modules/pam_unix/pam_unix_passwd.c:725 msgid "You must wait longer to change your password." msgstr "" diff --git a/po/Makevars b/po/Makevars index 2e0a6ca5..bd47dcdd 100644 --- a/po/Makevars +++ b/po/Makevars @@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Linux-PAM Project # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. -MSGID_BUGS_ADDRESS = http://sourceforge.net/projects/pam +MSGID_BUGS_ADDRESS = https://github.com/linux-pam/linux-pam/issues # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. |