Date: Sun, 25 Apr 2010 19:55:24 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Garrett Cooper <yanefbsd@gmail.com> Cc: Eitan Adler <eitanadlerlist@gmail.com>, "Aryeh M. Friedman" <aryeh.friedman@gmail.com>, freebsd-hackers@freebsd.org, Ruben de Groot <mail25@bzerk.org>, =?ISO-8859-1?Q?ndrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no>, =?ISO-8859-1?Q?Trond_E?= Subject: Re: regenerating /var/db/pkg Message-ID: <4BD5009C.20300@FreeBSD.org> In-Reply-To: <j2p7d6fde3d1004251944x8776db97z1482f6cb10e1ea64@mail.gmail.com> References: <4BCE5ECC.6070202@gmail.com> <4BCFE209.20501@FreeBSD.org> <20100422111758.GA39338@ei.bzerk.org> <o2oa0777e081004220521sae3b1b06o884fd8eadffc6931@mail.gmail.com> <alpine.BSF.2.00.1004221610520.29574@mail.fig.ol.no> <p2oa0777e081004220908w775b40e7r86f0c978b1a05d1e@mail.gmail.com> <4BD07F2D.3030809@FreeBSD.org> <4BD07FCB.4030604@FreeBSD.org> <u2sa0777e081004221005ja2bca37ame13007df67898fcd@mail.gmail.com> <j2p7d6fde3d1004251944x8776db97z1482f6cb10e1ea64@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 04/25/10 19:44, Garrett Cooper wrote: > On Thu, Apr 22, 2010 at 10:05 AM, Eitan Adler <eitanadlerlist@gmail.com> wrote: >> Same as before - if all is good I'll send a PR >> >> #!/bin/sh >> # >> # $FreeBSD: src/etc/periodic/daily/210.backup-aliases,v 1.6.36.1.2.1 >> 2009/10/25 01:10:29 kensmith Exp $ >> # >> >> # If there is a global system configuration file, suck it in. >> # >> if [ -r /etc/defaults/periodic.conf ] >> then >> . /etc/defaults/periodic.conf >> source_periodic_confs >> fi >> >> bak=/var/backups >> db_loc=$(/usr/bin/make -f/usr/share/mk/bsd.port.mk -V PKG_DBDIR 2>/dev/null) >> bk_loc="$bak/pkgdb.bak.tar.bz2" >> >> case "$daily_backup_pkgdb_enable" in >> [Yy][Ee][Ss]) > > This could be done via rc.subr's checkyesno function. It's periodic, not rc.d. :) >> if [ ! -d $db_loc ] > > Please quote the string. I generally do quote the string as a matter of paranoia, however the practical result is likely to be the same. Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BD5009C.20300>