From: Heiko Z. <smi...@us...> - 2012-10-28 18:42:45
|
Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv17629/scripts Modified Files: dbus netatalk Log Message: ore fixes to get netatalk to work Index: netatalk =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/netatalk,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- netatalk 28 Oct 2012 16:44:32 -0000 1.3 +++ netatalk 28 Oct 2012 18:42:43 -0000 1.4 @@ -51,6 +51,8 @@ cp -dpvfR $TMPDIR/* $CDDIR/ || exit 1 rm -rf $TMPDIR || exit 1 + cp -p $MYDIR/scripts/netatalk $ETCDIR/etc/init.d/ || exit 1 + echo "# Start $MYNAME Server?" >> $CONFIGFILE echo "START_$MYNAME=no" >> $CONFIGFILE echo >> $CONFIGFILE Index: dbus =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dbus,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- dbus 28 Oct 2012 16:44:32 -0000 1.7 +++ dbus 28 Oct 2012 18:42:43 -0000 1.8 @@ -44,6 +44,9 @@ cp -dpvR $TMPDIR/* $CDDIR/ || exit 1 rm -rf $TMPDIR || exit 1 + + useradd -u 113 -d /var/empty -s /bin/false -g nogroup messagebus || exit 1 + groupadd -g 114 netdev || exit 1 cp $MYDIR/scripts/dbus $ETCDIR/etc/init.d || exit 1 echo "# Start dbus?" >> $CONFIGFILE |