DragonFly BSD
DragonFly bugs List (threaded) for 2003-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: /etc/rc.d/sysdb isn't installed into temproot


From: Robert Garrett <rg70@xxxxxxxxxxxxx>
Date: Fri, 08 Aug 2003 06:46:01 -0500

Thanks David, 

I will take care of this as soon as my tree finish's updating.

Rob

David P. Reese Jr. wrote:

> 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}
> 




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]