packages: dhcp_probe/dhcp_probe.spec - install/remove dhcp_probe.target

baggins baggins at pld-linux.org
Sat Apr 21 13:42:18 CEST 2012


Author: baggins                      Date: Sat Apr 21 11:42:18 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- install/remove dhcp_probe.target

---- Files affected:
packages/dhcp_probe:
   dhcp_probe.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/dhcp_probe/dhcp_probe.spec
diff -u packages/dhcp_probe/dhcp_probe.spec:1.5 packages/dhcp_probe/dhcp_probe.spec:1.6
--- packages/dhcp_probe/dhcp_probe.spec:1.5	Sat Apr 21 13:40:44 2012
+++ packages/dhcp_probe/dhcp_probe.spec	Sat Apr 21 13:42:13 2012
@@ -72,14 +72,14 @@
 %post
 /sbin/chkconfig --add %{name}
 %service %{name} restart
-%systemd_reload
+%systemd_post %{name}.target
 
 %preun
 if [ "$1" = "0" ]; then
 	%service -q %{name} stop
 	/sbin/chkconfig --del %{name}
 fi
-%systemd_reload
+%systemd_preun %{name}.target
 
 %postun
 %systemd_reload
@@ -105,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2012/04/21 11:42:13  baggins
+- install/remove dhcp_probe.target
+
 Revision 1.5  2012/04/21 11:40:44  baggins
 - add systemd target to start per-interface daemons
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/dhcp_probe/dhcp_probe.spec?r1=1.5&r2=1.6



More information about the pld-cvs-commit mailing list