Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2002 09:23:22 -0500
From:      "Dan Langille" <dan@langille.org>
To:        knu@idaemons.org
Cc:        ports@freebsd.org
Subject:   sysutils/portupgrade startup scripts needs start/stop options
Message-ID:  <200201181423.g0IENOD57163@lists.unixathome.org>

next in thread | raw e-mail | index | archive | help
sysutils/portupgrade installs /usr/local/etc/rc.d/000.pkgtools.sh by 
default.  This script should have a start/stop option to avoid warnings 
during shutdown etc.

$ less /usr/local/etc/rc.d/000.pkgtools.sh
#!/bin/sh
#
# $Idaemons: /home/cvs/pkgtools/etc/pkgtools.sh,v 1.3 2001/11/02 10:38:04 
knu Exp $

if [ -d /usr/local/lib/compat/pkg ]; then
    /sbin/ldconfig -m /usr/local/lib/compat/pkg
fi
-- 
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/ - practical examples


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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