Re: Restarting rc.conf

2004-11-26 Thread Giorgos Keramidas
On 2004-11-26 18:59, David Jenkins <[EMAIL PROTECTED]> wrote: > > Just out of interest, does anyone think it would be useful to have > such a script? > > i.e. to restart all services in /usr/local/etc/rc.d and /etc/rc.d > (after checking rc.conf obviously) Not much. For instance, why would you wa

Re: Restarting rc.conf

2004-11-26 Thread David Jenkins
On Fri, 26 November, 2004 15:00, Ruben de Groot said: > On Thu, Nov 25, 2004 at 02:54:39PM +0900, Rob typed: > >> This does not work if a service has been changed from YES to NO (or >> has >> been removed from rc.conf). Therefore I think this is better: >> >> foreach dir in /etc/rc.d /usr/local/et

Re: Restarting rc.conf (SOLVED-duh)

2004-11-26 Thread Bill Schoolcraft
At Fri, 26 Nov 2004 it looks like Bill Schoolcraft composed: > At Fri, 26 Nov 2004 it looks like Ruben de Groot composed: > > > On Thu, Nov 25, 2004 at 02:54:39PM +0900, Rob typed: > > > > > This does not work if a service has been changed from YES to NO (or has > > > been removed from rc.conf). T

Re: Restarting rc.conf

2004-11-26 Thread Bill Schoolcraft
At Fri, 26 Nov 2004 it looks like Ruben de Groot composed: > On Thu, Nov 25, 2004 at 02:54:39PM +0900, Rob typed: > > > This does not work if a service has been changed from YES to NO (or has > > been removed from rc.conf). Therefore I think this is better: > > > > foreach dir in /etc/rc.d /usr/l

Re: Restarting rc.conf

2004-11-26 Thread Ruben de Groot
On Thu, Nov 25, 2004 at 02:54:39PM +0900, Rob typed: > This does not work if a service has been changed from YES to NO (or has > been removed from rc.conf). Therefore I think this is better: > > foreach dir in /etc/rc.d /usr/local/etc/rc.d > do >cd $dir >foreach file in * >do >

Re: Restarting rc.conf

2004-11-24 Thread Rob
Paul Schmehl wrote: --On Monday, November 22, 2004 12:34:58 PM + David Jenkins <[EMAIL PROTECTED]> wrote: I would imagine for convenience - if their reasons are similar to what mine were. i.e if you have made several changes to rc.conf then manually restarting several services via /etc/rc.d o

Re: Restarting rc.conf

2004-11-24 Thread Ruben de Groot
On Mon, Nov 22, 2004 at 12:15:36PM -0600, Paul Schmehl typed: > --On Monday, November 22, 2004 12:34:58 PM + David Jenkins > <[EMAIL PROTECTED]> wrote: > > > >I would imagine for convenience - if their reasons are similar to what > >mine were. > > > >i.e if you have made several changes to rc.

Re: Restarting rc.conf

2004-11-22 Thread Paul Schmehl
--On Monday, November 22, 2004 12:34:58 PM + David Jenkins <[EMAIL PROTECTED]> wrote: I would imagine for convenience - if their reasons are similar to what mine were. i.e if you have made several changes to rc.conf then manually restarting several services via /etc/rc.d or /usr/local/etc/rc.d

Re: Restarting rc.conf

2004-11-22 Thread Giorgos Keramidas
On 2004-11-22 11:32, David Jenkins <[EMAIL PROTECTED]> wrote: >On Mon, 22 Nov 2004 12:18:05 +0100, [EMAIL PROTECTED] ><[EMAIL PROTECTED]> wrote: >> I set up a postgresql server under FreeBDSD 5.3 stable. >> how can I make the system be aware of that WITHOUT REBOOTING, in >> other words, how can I m

Re: Restarting rc.conf

2004-11-22 Thread Konrad Heuer
On Mon, 22 Nov 2004, David Jenkins wrote: > On Mon, 22 Nov 2004 11:40:50 +, Dick Davies > > <[EMAIL PROTECTED]> wrote: > > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [1118 11:18]: > > > I set up a postgresql server under FreeBDSD 5.3 stable. > > > > > > My question: if I modify rc.conf either di

Re: Restarting rc.conf

2004-11-22 Thread David Jenkins
On Mon, 22 Nov 2004 11:40:50 +, Dick Davies <[EMAIL PROTECTED]> wrote: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [1118 11:18]: > > I set up a postgresql server under FreeBDSD 5.3 stable. > > > > My question: if I modify rc.conf either directly or via sysinstall how > > can I make the system be

Re: Restarting rc.conf

2004-11-22 Thread Daniel Bye
On Mon, Nov 22, 2004 at 12:18:05PM +0100, [EMAIL PROTECTED] wrote: > I set up a postgresql server under FreeBDSD 5.3 stable. > > My question: if I modify rc.conf either directly or via sysinstall how > can I make the system be aware of that WITHOUT REBOOTING, in other words, > how can I make Free

Re: Restarting rc.conf

2004-11-22 Thread Dick Davies
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [1118 11:18]: > I set up a postgresql server under FreeBDSD 5.3 stable. > > My question: if I modify rc.conf either directly or via sysinstall how > can I make the system be aware of that WITHOUT REBOOTING, in other words, > how can I make FreeBSD execute t

Re: Restarting rc.conf

2004-11-22 Thread David Jenkins
On Mon, 22 Nov 2004 12:18:05 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I set up a postgresql server under FreeBDSD 5.3 stable. > > My question: if I modify rc.conf either directly or via sysinstall how > can I make the system be aware of that WITHOUT REBOOTING, in other words, > how c

Restarting rc.conf

2004-11-22 Thread v . demartino2
I set up a postgresql server under FreeBDSD 5.3 stable. My question: if I modify rc.conf either directly or via sysinstall how can I make the system be aware of that WITHOUT REBOOTING, in other words, how can I make FreeBSD execute the modified rc.conf? Thanks Vittorio _