From bc3a83e68decbe1477319e15f3bb05b6362f86cf Mon Sep 17 00:00:00 2001 From: Robert Drehmel Date: Thu, 28 Apr 2005 12:44:02 +0000 Subject: - Act according to the documentation (man page): When adding users from a preformatted file, do not exit silently when empty lines or lines starting with a '#' are encountered - ignore them instead. - Fix a spelling error in a comment. PR: bin/80058 --- adduser/adduser.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'adduser/adduser.sh') diff --git a/adduser/adduser.sh b/adduser/adduser.sh index 0014e4c..a8622b9 100644 --- a/adduser/adduser.sh +++ b/adduser/adduser.sh @@ -588,7 +588,6 @@ input_from_file() { while read -r fileline ; do case "$fileline" in \#*|'') - return 0 ;; esac @@ -796,7 +795,7 @@ input_interactive() { return 0 } -#### END SUBROUTINE DEFENITION #### +#### END SUBROUTINE DEFINITION #### THISCMD=`/usr/bin/basename $0` DEFAULTSHELL=/bin/sh -- cgit v1.2.3-56-ge451