DragonFly bugs List (threaded) for 2003-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
/etc/rc.d/sysdb isn't installed into temproot
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@xxxxxxxxxxxx
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]