ispman/debian ispman-lib.cron.d,1.1,1.2

Joerg Delker <[email protected]> Mon, 11 Jun 2007 08:13:23 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/debian
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4410/debian

Modified Files:
	ispman-lib.cron.d 
Log Message:
added missing ( )



Index: ispman-lib.cron.d
===================================================================
RCS file: /cvsroot/ispman/ispman/debian/ispman-lib.cron.d,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ispman-lib.cron.d	9 Jun 2007 18:26:56 -0000	1.1
+++ ispman-lib.cron.d	11 Jun 2007 08:13:21 -0000	1.2
@@ -1,7 +1,7 @@
 # this dumps slapd's ispman subtree to a file 
 # m h dom mon dow user  command
 # One per weekday:
-03 1	* * *	root	[ -x /usr/sbin/ispman ] && umask 077 ; if [ ! -e /var/backups/ispman ]; then mkdir /var/backups/ispman; fi ; /usr/sbin/ispman ldifdump > /var/backups/ispman/ispman.ldif.dayofweek$(date +\%w)
+03 1	* * *	root	[ -x /usr/sbin/ispman ] && ( umask 077 ; if [ ! -e /var/backups/ispman ]; then mkdir /var/backups/ispman; fi ; /usr/sbin/ispman ldifdump > /var/backups/ispman/ispman.ldif.dayofweek.$(date +\%w) )
 # one at the beginning of the month
-20 1	1 * *	root	[ -x /usr/sbin/ispman ] && umask 077 ; if [ ! -e /var/backups/ispman ]; then mkdir /var/backups/ispman; fi  ; /usr/sbin/ispman ldifdump > /var/backups/ispman/ispman.ldif.month.$(date +\%Y\%m\%d)
+20 1	1 * *	root	[ -x /usr/sbin/ispman ] && ( umask 077 ; if [ ! -e /var/backups/ispman ]; then mkdir /var/backups/ispman; fi  ; /usr/sbin/ispman ldifdump > /var/backups/ispman/ispman.ldif.month.$(date +\%Y\%m\%d) )
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/