|
From: Heiko Z. <smi...@us...> - 2010-07-09 15:15:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17560/scripts Modified Files: bacula Log Message: - closed bug #76 - bacula backupuser can't send emails with bsmtp Index: bacula =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/bacula,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- bacula 6 Jan 2010 14:53:27 -0000 1.10 +++ bacula 9 Jul 2010 15:15:33 -0000 1.11 @@ -39,7 +39,7 @@ rm -rf $TMPDIR || exit 1 copy_docs $TMPDIR groupadd -g 111 backup || exit 1 - useradd -u 111 -g backup -G tape -c "Bacula backup system" -s /bin/false bacula || exit 1 + useradd -u 111 -g backup -G tape -c "Bacula backup system" -s /bin/false bacula || exit 1 make install DESTDIR=$TMPDIR || exit 1 cp -dvpR $TMPDIR/etc $ETCDIR/ || exit 1 rm -rf $TMPDIR/etc || exit 1 @@ -48,6 +48,7 @@ chmod 770 $ETCDIR/etc/bacula || exit 1 chmod -R o-rwx $ETCDIR/etc/bacula/* || exit 1 chown -R bacula.backup $TMPDIR/var/bacula || exit 1 + chmod 555 $TMPDIR/usr/lib/* cp -dvpR $TMPDIR/* $CDDIR/ || exit 1 rm -rf $TMPDIR || exit 1 |