Mailinglist Archive: opensuse-packaging (218 mails)

< Previous Next >
Re: [opensuse-packaging] Need help with %post script
  • From: Cristian Rodríguez <crrodriguez@xxxxxxxxxxxx>
  • Date: Thu, 03 Dec 2009 07:33:14 -0300
  • Message-id: <4B1793EA.7010107@xxxxxxxxxxxx>
On 03/12/09 07:22, Dave Plater wrote:

%post client
# add our link
if [ "$1" -ge 1 ] ; then
/sbin/chkconfig --add network

No, if the service requires network running, it must use

Required-Start: $network

in the init script.
/sbin/chkconfig --add bacula-fd

No, use :

%fillup_and_insserv -f bacula-fd


--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx

< Previous Next >
References