[packages/iptables] - fix condition path in systemd service file - rel 2

baggins baggins at pld-linux.org
Sun Dec 8 17:58:59 CET 2013


commit bb2d0a3addd5bdb7f780c23ad0a5f6acc5971418
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Dec 8 17:58:37 2013 +0100

    - fix condition path in systemd service file
    - rel 2

 iptables.service | 2 +-
 iptables.spec    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/iptables.spec b/iptables.spec
index 0c174db..e43d173 100644
--- a/iptables.spec
+++ b/iptables.spec
@@ -33,7 +33,7 @@ Summary(uk.UTF-8):	Утиліти для керування пакетними 
 Summary(zh_CN.UTF-8):	Linux内核包过滤管理工具
 Name:		iptables
 Version:	1.4.21
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Networking/Admin
 Source0:	ftp://ftp.netfilter.org/pub/iptables/%{name}-%{version}.tar.bz2
diff --git a/iptables.service b/iptables.service
index b9037ce..b7f5940 100644
--- a/iptables.service
+++ b/iptables.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=IPv4 firewall with iptables
 After=syslog.target
-ConditionPathExists=/etc/sysconfig/iptables
+ConditionPathExists=/etc/sysconfig/iptables-config
 
 [Service]
 Type=oneshot
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iptables.git/commitdiff/bb2d0a3addd5bdb7f780c23ad0a5f6acc5971418



More information about the pld-cvs-commit mailing list