removed redundant (and non-portable) call to gpasswd
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 20 Mar 2007 00:54:59 +0000 (00:54 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 20 Mar 2007 00:54:59 +0000 (00:54 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7082 dcc99617-32d9-48b4-a31d-7c20da2025e4

install.sh

index fbb2c0f..4769f68 100755 (executable)
@@ -68,8 +68,6 @@ function mkInstallDirs {
         if installing; then
                if [ ! $(grep "^opensrf:" /etc/group) ]; then groupadd opensrf; fi
                if [ ! $(grep "^opensrf:" /etc/passwd) ]; then useradd -g opensrf opensrf; fi
-               # add opensrf to the opensrf group
-               gpasswd -a opensrf opensrf
        fi;
 
 }