[iptables: 4/4] ip[6]tables.init: change shebang from /bin/sh to /bin/bash (RHBZ#1147272)

Jiří Popelka jpopelka at fedoraproject.org
Mon Sep 29 12:11:29 UTC 2014


commit edc59df70f95c60879c8e9d12393163289224811
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Mon Sep 29 14:10:21 2014 +0200

    ip[6]tables.init: change shebang from /bin/sh to /bin/bash (RHBZ#1147272)

 iptables.init |    2 +-
 iptables.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/iptables.init b/iptables.init
index dc0e3ec..7d941ec 100755
--- a/iptables.init
+++ b/iptables.init
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # iptables	Start iptables firewall
 #
diff --git a/iptables.spec b/iptables.spec
index ad0151b..b09d6f2 100644
--- a/iptables.spec
+++ b/iptables.spec
@@ -7,7 +7,7 @@
 Name: iptables
 Summary: Tools for managing Linux kernel packet filtering capabilities
 Version: 1.4.21
-Release: 11%{?dist}
+Release: 12%{?dist}
 Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
 Source1: iptables.init
 Source2: iptables-config
@@ -221,6 +221,9 @@ done
 
 
 %changelog
+* Mon Sep 29 2014 Jiri Popelka <jpopelka at redhat.com> - 1.4.21-12
+- ip[6]tables.init: change shebang from /bin/sh to /bin/bash (RHBZ#1147272)
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.21-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list