From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 1 15:50:32 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C04016A403 for ; Thu, 1 Feb 2007 15:50:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7E78213C474 for ; Thu, 1 Feb 2007 15:50:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l11FoHJ7002832 for ; Thu, 1 Feb 2007 15:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l11FoHC4002831; Thu, 1 Feb 2007 15:50:17 GMT (envelope-from gnats) Date: Thu, 1 Feb 2007 15:50:17 GMT Message-Id: <200702011550.l11FoHC4002831@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: TAOKA Fumiyoshi Cc: Subject: Re: conf/108611: An obsolete nice(1) syntax is left in etc/periodic/weekly/310.locate. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: TAOKA Fumiyoshi List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2007 15:50:32 -0000 The following reply was made to PR conf/108611; it has been noted by GNATS. From: TAOKA Fumiyoshi To: remko@FreeBSD.org Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: conf/108611: An obsolete nice(1) syntax is left in etc/periodic/weekly/310.locate. Date: Fri, 2 Feb 2007 00:14:51 +0900 Thank you for pointing out. I misused the term. On 2007/02/01, at 3:02, Remko Lodder wrote: > 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 */ >