On 2007-10-26 21:27:43 +0200, Jan Engelhardt wrote:
> some packages (e.g. cups), after installation, insert their service into 
> the runlevel, others (e.g. apache2) do not. How is this accomplished in 
> the %post sections of .spec files?

http://en.opensuse.org/Packaging/SUSE_Package_Conventions/RPM_Macros#3.6._.25fillup_and_insserv

-y sets START variables to “yes” by default. It is ignored if
   X-UnitedLinux-Default-Enabled is specified in the init script. 
-Y forces setting the START variable to “yes”. This means the service is
   always activated regardless of the setting before an update.

    darix

-- 
           openSUSE - SUSE Linux is my linux
               openSUSE is good for you
                   www.opensuse.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to