/etc/rc.d/sysdb isn't installed into temproot
    David P. Reese Jr. 
    daver at tombstone.localnet.gomerbud.com
       
    Fri Aug  8 04:00:51 PDT 2003
    
    
  
I just built world and after installing I had the ps database warning that
people were having a while ago.  World + mergemaster didn't seem to install
/etc/rc.d/sysdb.  The rc.d makefile is missing sysdb in the FILES list.
With the following patch world + mergemaster yielded a working ps with
no db warnings.
Index: Makefile
===================================================================
RCS file: /nfs/daver/cvs-repos/cvs-dragonflybsd/src/etc/rc.d/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile    24 Jul 2003 06:35:37 -0000      1.1
+++ Makefile    8 Aug 2003 10:51:54 -0000
@@ -20,7 +20,7 @@
        ntpdate othermta pccard pcvt ppp-user pppoed pwcheck quota random \
        rarpd rcconf.sh root route6d routed routing rpcbind rtadvd rwho \
        savecore securelevel sendmail serial sppp sshd swap1 syscons sysctl \
-       syslogd timed ttys usbd vinum virecover watchdogd ypbind \
+       sysdb syslogd timed ttys usbd vinum virecover watchdogd ypbind \
        yppasswdd ypserv ypset ypupdated ypxfrd
 FILESDIR=      /etc/rc.d
 FILESMODE=     ${BINMODE}
-- 
   David P. Reese, Jr.                                     daver at xxxxxxxxxxxx
    
    
More information about the Bugs
mailing list