Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2007 18:00:55 GMT
From:      Remko Lodder <remko@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/108611: An obsolete nice(1) syntax is left in	etc/periodic/weekly/310.locate.
Message-ID:  <200701311800.l0VI0saD004609@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/108611; it has been noted by GNATS.

From: Remko Lodder <remko@FreeBSD.org>
To: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: conf/108611: An obsolete nice(1) syntax is left in	etc/periodic/weekly/310.locate.
Date: Wed, 31 Jan 2007 19:02:14 +0100

 TAOKA Fumiyoshi wrote:
 > 	An obsolete nice(1) syntax is left in etc/periodic/weekly/310.locate.
 > 
 >> How-To-Repeat:
 >> Fix:
 > 
 > Index: 310.locate
 > ===================================================================
 > RCS file: /home/ncvs/src/etc/periodic/weekly/310.locate,v
 > retrieving revision 1.6
 > diff -u -r1.6 310.locate
 > --- 310.locate	14 Sep 2000 17:19:13 -0000	1.6
 > +++ 310.locate	31 Jan 2007 16:04:30 -0000
 > @@ -23,7 +23,7 @@
 >  	chmod 644 $locdb || rc=3
 >  
 >  	cd /
 > -	echo /usr/libexec/locate.updatedb | nice -5 su -fm nobody || rc=3
 > +	echo /usr/libexec/locate.updatedb | nice -n 5 su -fm nobody || rc=3
 >  	chmod 444 $locdb || rc=3;;
 >  
 >      *)  rc=0;;
 > 
 
 It is depricated, not obsolete:
 
 COMPATIBILITY
       The traditional -increment option has been deprecated but is still 
 sup-
       ported.
 
 (nice -5 still works)
 
 -- 
 Kind regards,
 
       Remko Lodder               ** remko@elvandar.org
       FreeBSD                    ** remko@FreeBSD.org
 
       /* Quis custodiet ipsos custodes */



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