How do I Disable Services by Default

2004-04-15 Thread David M. Fetter
I noticed that after building and installing the service they are
enabled by default.  I would prefer the opposite of that.  Instead to
have them disabled.  What is the easiest and best method to do this?

-- 
David M. Fetter - UNIX Systems Administrator
Portland State University - www.oit.pdx.edu

__
The OpenPKG Projectwww.openpkg.org
User Communication List  [EMAIL PROTECTED]


Re: md5sum (openpkg 1.3) ?

2004-04-15 Thread Ralf S. Engelschall
On Thu, Apr 15, 2004, Vinod Kutty wrote:

 I have a simple question: Where can I find md5sum for openpkg 1.3?

 I have an old 1.1 openpkg instance that has md5sum as part of textutils,
 which appears to be obsolete in later releases.

GNU textutils is now part of GNU coreutils, so replace the textutils
package with coreutils and you get gmd5sum. If you build
with with_legacy=yes, you get md5sum.

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
The OpenPKG Projectwww.openpkg.org
User Communication List  [EMAIL PROTECTED]


Re: How do I Disable Services by Default

2004-04-15 Thread David M. Fetter
On Thu, 2004-04-15 at 10:47, Ralf S. Engelschall wrote:
 Under OpenPKG 2.0 (and a not too out-dated OpenPKG CURRENT) just place
 into prefix/etc/rc.conf the entry openpkg_rc_def=no and all your
 services will be disabled by default. For older OpenPKG releases there
 is no such convenient way and you have to disable all services manually
 by adding package_enable=no into rc.conf.

Hmmm.  I tried this but the S99usrlocal system rc script still launches
everything under the sun.  I have exactly the following at the end of my
rc.conf file:

openpkg_rc_def=no
dhcpd_enable=yes

Therefore, if I'm understanding this correctly, only dhcpd should start
on boot, right?  That's not what is happening.  Am I doing this wrong?

Thanks.

-- 
David M. Fetter - UNIX Systems Administrator
Portland State University - www.oit.pdx.edu

__
The OpenPKG Projectwww.openpkg.org
User Communication List  [EMAIL PROTECTED]