From: Bruno Costacurta on 23 Jul 2010 13:50 Hello, /etc/init.d/functions is missing. How / where to grab it ? Thanks. Bye, Bruno -- Linux Counter #353844 http://counter.li.org/ ---------------------------------------------------------------- -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/20100723192957.70291myynoegfi5c(a)webmail.costacurta.org
From: Tzafrir Cohen on 23 Jul 2010 16:50 On Fri, Jul 23, 2010 at 07:29:57PM +0200, Bruno Costacurta wrote: > Hello, > > /etc/init.d/functions is missing. > How / where to grab it ? Functions in it have rough equivalents in start-stop-daemon and friends. You'll probably need to change the script. Look at other scripts under /etc/init.d , and specifically /etc/init.d/skeleton . -- Tzafrir Cohen | tzafrir(a)jabber.org | VIM is http://tzafrir.org.il | | a Mutt's tzafrir(a)cohens.org.il | | best tzafrir(a)debian.org | | friend -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/20100723203940.GM17569(a)pear.tzafrir.org.il
From: Aaron Toponce on 26 Jul 2010 07:40 On 07/23/2010 11:29 AM, Bruno Costacurta wrote: > /etc/init.d/functions is missing. > How / where to grab it ? /etc/init.d/functions is a Red Hat developed script for SYSVR4 init on GNU/Linux. It has carried on to other systems that use RPM as their package backend. If you want the Debian-equivalent (where the correct location _should_ be) check out /lib/lsb/init/functions and /etc/default/rcs. Also, don't forget the directory configs under /etc/default/[service-name]. But really, /lib/lsb/init-functions in your direct equivalent to /etc/init.d/functions in the Red Hat world. Probably the best way to have found the file on your own, would be to open an /etc/init.d/[service] file, and notice that most, if not all, are sourcing /lib/lsb/init-functions and /etc/default/rcs. -- . O . O . O . . O O . . . O . . . O . O O O . O . O O . . O O O O . O . . O O O O . O O O
|
Pages: 1 Prev: `Open with ...' -> Use command too Next: Installing Squeeze i386 |