start skriptem z /etc/rc.d

Petr Řehoř Petr.Rehor at i.cz
Sat Jan 3 02:22:41 CET 2004


> do /etc/rc.d jsem si umistil soubor s nasledujicim obsahem, vlastnika
> nastavil na root, prava -r-xr-xr-x. Pokud zavolam skript z prikazove
> radky napr. s parametrem start, vse funguje (za predpokladu, ze mam v
> rc.conf radek altqd_enable="YES"). Cely problem je v tom, ze po
> startu/restartu se altqd nenastartuje. Nevite nekdo cim to? Diky.
> 
> #!/bin/sh
> . /etc/rc.subr
> 
> name="altqd"
> rcvar=`set_rcvar`
> 
> command="/usr/sbin/${name}"
> pidfile="/var/run/${name}.pid"
> required_files="/etc/altq.conf"
> extra_commands="reload"
> 
> load_rc_config $name
> run_rc_command "$1"

Rekl bych, ze v souboru chybi radek:

# KEYWORD: FreeBSD

aby ho /etc/rc byl ochoten spustit - tedy alespon se to pise v
http://www.freebsd.org/cgi/man.cgi?query=rc&sektion=8

S pozdravem


Petr Rehor
ICZ a.s.
Pobocka Ceske Budejovice
J. S. Baara 40, 370 01 Ceske Budejovice, CZ
Tel: +420 387 312 808
Fax: +420 387 311 480
mailto:petr.rehor at i.cz
http://www.i.cz

-- 
FreeBSD mailing list (users-l at freebsd.cz)
http://www.freebsd.cz/listserv/listinfo/users-l



More information about the Users-l mailing list