summaryrefslogtreecommitdiff
path: root/src/su.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-04-06 07:43:49 +0100
committerPádraig Brady <P@draigBrady.com>2009-04-07 18:57:53 +0100
commit9fdf5845fc87135c4f68bce79f72a25d07130240 (patch)
tree7a7cb5689be9f2344e05a64dc49085123ac20d26 /src/su.c
parente22f096d109ea1deb370888fc79ce6496ffc6a1b (diff)
downloadcoreutils-9fdf5845fc87135c4f68bce79f72a25d07130240.tar.xz
maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems
* README-prereq: s_linux_GNU/Linux_ or s_linux_Linux kernel_ * README-valgrind: ditto * src/chown-core.c: ditto * src/dd.c: ditto * src/df.c: ditto * src/ls.c: ditto * src/mv.c: ditto * src/pwd.c: ditto * src/remove.c: ditto * src/shred.c: ditto * src/stat.c: ditto * src/su.c: ditto * src/system.h: ditto * src/timeout.c: ditto * src/truncate.c: ditto
Diffstat (limited to 'src/su.c')
-rw-r--r--src/su.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/su.c b/src/su.c
index 9f99b7871..c8367c53e 100644
--- a/src/su.c
+++ b/src/su.c
@@ -471,7 +471,7 @@ main (int argc, char **argv)
error (EXIT_FAILURE, 0, _("user %s does not exist"), new_user);
/* Make a copy of the password information and point pw at the local
- copy instead. Otherwise, some systems (e.g. Linux) would clobber
+ copy instead. Otherwise, some systems (e.g. GNU/Linux) would clobber
the static data through the getlogin call from log_su.
Also, make sure pw->pw_shell is a nonempty string.
It may be NULL when NEW_USER is a username that is retrieved via NIS (YP),