Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2011 10:02:58 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        Stefan Esser <se@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r226470 - head/etc/periodic/daily
Message-ID:  <4E9C5FC2.8000504@FreeBSD.org>
In-Reply-To: <201110171433.p9HEXfge027338@svn.freebsd.org>
References:  <201110171433.p9HEXfge027338@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E9C5FC2.8000504>