diff --git a/Shorewall-core/shorewallrc.debian.systemd b/Shorewall-core/shorewallrc.debian.systemd index 4557c5670..788a24008 100644 --- a/Shorewall-core/shorewallrc.debian.systemd +++ b/Shorewall-core/shorewallrc.debian.systemd @@ -1,5 +1,5 @@ # -# Debian Shorewall 4.5 rc file +# Debian Shorewall 5.0 rc file # BUILD= #Default is to detect the build system HOST=debian diff --git a/Shorewall-core/shorewallrc.debian.sysvinit b/Shorewall-core/shorewallrc.debian.sysvinit index 4c555a861..3c4de80b5 100644 --- a/Shorewall-core/shorewallrc.debian.sysvinit +++ b/Shorewall-core/shorewallrc.debian.sysvinit @@ -1,5 +1,5 @@ # -# Debian Shorewall 4.5 rc file +# Debian Shorewall 5.0 rc file # BUILD= #Default is to detect the build system HOST=debian diff --git a/Shorewall-core/shorewallrc.default b/Shorewall-core/shorewallrc.default index 70395ed2f..8a1f1cc74 100644 --- a/Shorewall-core/shorewallrc.default +++ b/Shorewall-core/shorewallrc.default @@ -1,8 +1,8 @@ # # Default Shorewall 5.0 rc file # -HOST=linux #Generic Linux BUILD= #Default is to detect the build system +HOST=linux #Generic Linux PREFIX=/usr #Top-level directory for shared files, libraries, etc. SHAREDIR=${PREFIX}/share #Directory for arch-neutral files. LIBEXECDIR=${PREFIX}/share #Directory for executable scripts. diff --git a/Shorewall-core/shorewallrc.openwrt b/Shorewall-core/shorewallrc.openwrt index 4c66f357b..9f18c1741 100644 --- a/Shorewall-core/shorewallrc.openwrt +++ b/Shorewall-core/shorewallrc.openwrt @@ -1,8 +1,8 @@ # -# Created by Shorewall Core version 5.0.2-RC1 configure - Fri, Nov 06, 2015 10:02:03 AM -# -# Input: host=openwrt +# OpenWRT Shorewall 5.0 rc file # +BUILD= #Default is to detect the build system +HOST=openwrt PREFIX=/usr #Top-level directory for shared files, libraries, etc. SHAREDIR=${PREFIX}/share #Directory for arch-neutral files. LIBEXECDIR=${PREFIX}/share #Directory for executable scripts.