diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-01-21 17:14:39 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-01-21 17:14:39 +0000 |
commit | 7ffaa17c80379b1a5b5f66865ee72e1c89584386 (patch) | |
tree | 43f525530c89be0d02f751021356a7c71042d865 /winsup/utils/passwd.c | |
parent | d9ad7a9c4edb8d5b8cadd7d1f0599c5f45635940 (diff) | |
download | cygnal-7ffaa17c80379b1a5b5f66865ee72e1c89584386.tar.gz cygnal-7ffaa17c80379b1a5b5f66865ee72e1c89584386.tar.bz2 cygnal-7ffaa17c80379b1a5b5f66865ee72e1c89584386.zip |
ChangeLog:
* configure.in: Remove --enable-server option. Allways add the
cygserver directory to $SUBDIRS.
* configure: Regenerate.
cygwin/ChangeLog:
Remove USE_SERVER define. Accommodate throughout.
* configure.in: Remove --enable-server option.
* configure: Regenerate.
* environ.cc: Remove CYGWIN=server setting.
cygserver/ChangeLog:
* client.cc (allow_server): Remove variable.
(client_request_get_version::client_request_get_version): Drop checking
allow_server.
utils/ChangeLog:
* passwd.c: Remove CYGWIN=server requirement from usage text.
doc/ChangeLog:
* cygserver.sgml: Remove the "How to use the Cygserver services"
section.
* cygwinenv.sgml: Move "(no)server" to the removed options section.
* faq-programming.xml: Remove CYGWIN=server requirement for running
the Cygwin testsuite.
* ntsec.sgml: Ditto for using `passwd -R'.
Diffstat (limited to 'winsup/utils/passwd.c')
-rw-r--r-- | winsup/utils/passwd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/utils/passwd.c b/winsup/utils/passwd.c index 3ef4f92d0..4b48a95f2 100644 --- a/winsup/utils/passwd.c +++ b/winsup/utils/passwd.c @@ -1,6 +1,6 @@ /* passwd.c: Changing passwords and managing account information - Copyright 1999, 2000, 2001, 2002, 2003, 2008 Red Hat, Inc. + Copyright 1999, 2000, 2001, 2002, 2003, 2008, 2009 Red Hat, Inc. Written by Corinna Vinschen <corinna.vinschen@cityweb.de> @@ -289,8 +289,8 @@ usage (FILE * stream, int status) "operations. Don't specify a USER when triggering a system operation.\n" "\n" "Don't specify a user or any other option together with the -R option.\n" - "Non-Admin users can only store their password if cygserver is running and\n" - "the CYGWIN environment variable is set to contain the word 'server'.\n" + "Non-Admin users can only store their password if cygserver is running\n" + "as service under the SYSTEM account.\n" "Note that storing even obfuscated passwords in the registry is not overly\n" "secure. Use this feature only if the machine is adequately locked down.\n" "Don't use this feature if you don't need network access within a remote\n" |