[Pkg-shadow-commits] r3146 - in upstream/trunk: . src
Nicolas FRANÇOIS
nekral-guest at alioth.debian.org
Thu Mar 18 10:25:09 UTC 2010
Author: nekral-guest
Date: 2010-03-18 10:25:08 +0000 (Thu, 18 Mar 2010)
New Revision: 3146
Modified:
upstream/trunk/ChangeLog
upstream/trunk/src/pwck.c
Log:
* src/pwck.c: Remove the -s option from the usage when USE_TCB is
enabled. The option is still supported, but has no effect, as
documented in the manpage.
Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog 2010-03-18 10:23:51 UTC (rev 3145)
+++ upstream/trunk/ChangeLog 2010-03-18 10:25:08 UTC (rev 3146)
@@ -3,6 +3,9 @@
* src/pwck.c: Document the sections closed by #endif
* src/pwck.c, man/pwck.8.xml: No alternative shadow file can be
given when USE_TCB is enabled.
+ * src/pwck.c: Remove the -s option from the usage when USE_TCB is
+ enabled. The option is still supported, but has no effect, as
+ documented in the manpage.
2010-03-18 Nicolas François <nicolas.francois at centraliens.net>
Modified: upstream/trunk/src/pwck.c
===================================================================
--- upstream/trunk/src/pwck.c 2010-03-18 10:23:51 UTC (rev 3145)
+++ upstream/trunk/src/pwck.c 2010-03-18 10:25:08 UTC (rev 3146)
@@ -125,7 +125,7 @@
{
#ifdef WITH_TCB
if (getdef_bool ("USE_TCB")) {
- fprintf (stderr, _("Usage: %s [-q] [-r] [-s] [passwd]\n"),
+ fprintf (stderr, _("Usage: %s [-q] [-r] [passwd]\n"),
Prog);
} else
#endif /* WITH_TCB */
More information about the Pkg-shadow-commits
mailing list