svn commit: r226470 - head/etc/periodic/daily

Doug Barton dougb at FreeBSD.org
Mon Oct 17 17:02:59 UTC 2011


On 10/17/2011 07:33, Stefan Esser wrote:
> Author: se
> Date: Mon Oct 17 14:33:41 2011
> New Revision: 226470
> URL: http://svn.freebsd.org/changeset/base/226470
> 
> Log:
>   Fix error message in case the backup storage directory does not exist and
>   cannot be created ($daily_backup_pkgdb_dbdir -> $daily_backup_pkgdb_dir).

D'oh!  Thanks for catching that.


>   MFC after:	1 week
> 
> Modified:
>   head/etc/periodic/daily/220.backup-pkgdb
> 
> Modified: head/etc/periodic/daily/220.backup-pkgdb
> ==============================================================================
> --- head/etc/periodic/daily/220.backup-pkgdb	Mon Oct 17 14:17:37 2011	(r226469)
> +++ head/etc/periodic/daily/220.backup-pkgdb	Mon Oct 17 14:33:41 2011	(r226470)
> @@ -25,7 +25,7 @@ case "$daily_backup_pkgdb_enable" in
>  	then
>  	    install -d -o root -g wheel -m 750 $bak || {
>  		echo '$daily_backup_pkgdb_enable is enabled but' \
> -		    "$daily_backup_pkgdb_dbdir doesn't exist" ;
> +		    "$daily_backup_pkgdb_dir doesn't exist" ;
>  		exit 2 ; }
>  	fi
>  
> 



-- 

	Nothin' ever doesn't change, but nothin' changes much.
			-- OK Go

	Breadth of IT experience, and depth of knowledge in the DNS.
	Yours for the right price.  :)  http://SupersetSolutions.com/



More information about the svn-src-all mailing list