From: Enrico Scholz Date: Wed, 26 Jan 2005 20:09:29 +0000 (+0000) Subject: rearranged some scriptlets to avoid comments after '-p /sbin/ldconfig' X-Git-Tag: IPSENTINEL_VERSION_0_12~194 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba7e1e290064de010e96c5d4dcf2561c120017b;p=util-vserver.git rearranged some scriptlets to avoid comments after '-p /sbin/ldconfig' git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1800 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/util-vserver.spec.in b/util-vserver/util-vserver.spec.in index 251d234..c428540 100644 --- a/util-vserver/util-vserver.spec.in +++ b/util-vserver/util-vserver.spec.in @@ -13,7 +13,7 @@ Summary: Linux virtual server utilities Name: @PACKAGE@ Version: @VERSION@ -Release: 0.3 +Release: 0.5 Epoch: 0 License: GPL Group: System Environment/Base @@ -136,6 +136,10 @@ f="%confdefaultdir/run.rev"; test -L "$f" -o -e "$f" || ln -s /var/run/vservers %_sbindir/setattr --barrier /vservers || : +%post lib -p /sbin/ldconfig +%postun lib -p /sbin/ldconfig + + %post sysv %chkconfig --add vservers-default %chkconfig --add vprocunhide @@ -153,17 +157,13 @@ test "$1" != 0 || %chkconfig --del vservers-default test "$1" = 0 || %_initrddir/vprocunhide condrestart >/dev/null || : -%post lib -p /sbin/ldconfig -%postun lib -p /sbin/ldconfig - - ## Temporary workaround to remove old v_* files; it will conflict ## somehow with the -legacy package but can be fixed by reinstalling ## this package. ## TODO: remove me in the final .spec file %define v_services httpd named portmap sendmail smb sshd xinetd gated -%triggerun sysv -- util-vserver-sysv<0.30.198 -test "$1" != 0 || for i in %v_services; do +%triggerun sysv -- util-vserver-sysv < 0.30.198 +for i in %v_services; do %chkconfig --del v_$i || : done