cvs commit: src/etc/rc.d abi

2008-06-22 Thread Mike Makonnen
mtm 2008-06-22 16:19:50 UTC FreeBSD src repository Modified files: etc/rc.d abi Log: SVN rev 179930 on 2008-06-22 16:19:50Z by mtm Do not print anything unless at least one of the abi emulators is enabled. Revision ChangesPath 1.12 +8 -2

cvs commit: src/etc/rc.d abi accounting archdep bluetooth bootconf.sh bridge ldconfig lpd moused netif nsswitch pppoed syslogd var ypbind yppasswdd ypserv ypset ypupdated ypxfrd

2007-10-25 Thread Mike Makonnen
mtm 2007-10-25 14:36:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/rc.d abi accounting archdep bluetooth bootconf.sh bridge ldconfig lpd moused netif nsswitch pppoed syslogd var ypbind

cvs commit: src/etc/rc.d abi

2007-03-10 Thread Yar Tikhiy
yar 2007-03-10 14:04:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/rc.d abi Log: MFC rev. 1.10: Improve rc.d conformance: - don't play a needless trick with prestart, just use start method; - provide no-op stop method so that

cvs commit: src/etc/rc.d abi accounting archdep bluetooth bootconf.sh bridge ldconfig lpd moused netif nsswitch pppoed syslogd var ypbind yppasswdd ypserv ypset ypupdated ypxfrd

2006-12-30 Thread Yar Tikhiy
yar 2006-12-30 22:53:20 UTC FreeBSD src repository Modified files: etc/rc.d abi accounting archdep bluetooth bootconf.sh bridge ldconfig lpd moused netif nsswitch pppoed syslogd var ypbind yp

cvs commit: src/etc/rc.d abi

2006-12-20 Thread Yar Tikhiy
yar 2006-12-20 11:45:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/rc.d abi Log: MFC rev. 1.9: Use load_kld(). Revision ChangesPath 1.4.2.3 +5 -7 src/etc/rc.d/abi ___ cvs-

cvs commit: src/etc/rc.d abi

2006-12-20 Thread Yar Tikhiy
yar 2006-12-20 11:37:15 UTC FreeBSD src repository Modified files: etc/rc.d abi Log: Improve rc.d conformance: - don't play a needless trick with prestart, just use start method; - provide no-op stop method so that we don't get bogus "abi not running" error.

cvs commit: src/etc/rc.d abi

2006-06-21 Thread Yar Tikhiy
yar 2006-06-21 09:53:25 UTC FreeBSD src repository Modified files: etc/rc.d abi Log: Set an example of using load_kld() from rc.subr. Revision ChangesPath 1.9 +5 -7 src/etc/rc.d/abi ___ cvs-all@fre

cvs commit: src/etc/rc.d abi

2006-01-24 Thread Alexander Leidinger
netchild2006-01-24 18:58:48 UTC FreeBSD src repository Modified files: etc/rc.d abi Log: As a quick fix disable the update of the linux ld.so.cache file, since currently it grabs some FreeBSD native libs too. A final solution is under discussion with brooks.

Re: cvs commit: src/etc/rc.d abi

2006-01-21 Thread Alexander Leidinger
On Thu, 12 Jan 2006 12:36:13 -0800 Brooks Davis <[EMAIL PROTECTED]> wrote: > On Thu, Jan 12, 2006 at 11:04:02AM +0100, Alexander Leidinger wrote: > > Brooks Davis <[EMAIL PROTECTED]> wrote: > > > > >brooks 2006-01-11 21:30:41 UTC > > > > > > FreeBSD src repository > > > > > > Modified files:

Re: cvs commit: src/etc/rc.d abi

2006-01-12 Thread Alexander Leidinger
Brooks Davis <[EMAIL PROTECTED]> wrote: [using /var/run instead of the linux default locataion] Do you want to have the default linux_base changed to provide such a symlink? Sounds like a good idea to me. If we eventualy switch them all over to I think a little bit about it (we need to chan

Re: cvs commit: src/etc/rc.d abi

2006-01-12 Thread Brooks Davis
On Thu, Jan 12, 2006 at 11:04:02AM +0100, Alexander Leidinger wrote: > Brooks Davis <[EMAIL PROTECTED]> wrote: > > >brooks 2006-01-11 21:30:41 UTC > > > > FreeBSD src repository > > > > Modified files: > > etc/rc.d abi > > Log: > > > Also, use "cat tmp > real" to install the te

Re: cvs commit: src/etc/rc.d abi

2006-01-12 Thread Alexander Leidinger
Brooks Davis <[EMAIL PROTECTED]> wrote: brooks 2006-01-11 21:30:41 UTC FreeBSD src repository Modified files: etc/rc.d abi Log: Also, use "cat tmp > real" to install the temporary file in the real location to allow the real location to be a symlink to a writable di

cvs commit: src/etc/rc.d abi

2006-01-11 Thread Brooks Davis
brooks 2006-01-11 21:30:41 UTC FreeBSD src repository Modified files: etc/rc.d abi Log: Be a little more read-only file system friendly when running the Linux ldconfig. Build the cache in a temporary directory and only install it if it's actually different that