From 61fdfd3436e9e1508adb86e9fccdcd950f779bf5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 30 Jan 2016 20:32:21 +0100 Subject: some cleanup and update changelog for release --- ChangeLog | 2 +- LICENSE | 2 +- rules.sh | 4 ++-- systemd.service | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f96279..13306a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,3 @@ -2013.??.?? -- Version 0.1 +2016.01.30 -- Version 0.1 * initial release diff --git a/LICENSE b/LICENSE index 1f57e24..033097e 100644 --- a/LICENSE +++ b/LICENSE @@ -5,7 +5,7 @@ # new ruleset it asks for a confirmation and reverts all changes if # this confirmation times out. # -# Copyright (C) 2013 Christian Pointner +# Copyright (C) 2013-2016 Christian Pointner # # This file is part of saswall. # diff --git a/rules.sh b/rules.sh index 5a51927..24aa3b8 100755 --- a/rules.sh +++ b/rules.sh @@ -6,7 +6,7 @@ # new ruleset it asks for a confirmation and reverts all changes if # this confirmation times out. # -# Copyright (C) 2013 Christian Pointner +# Copyright (C) 2013-2016 Christian Pointner # # This file is part of saswall. # @@ -25,7 +25,7 @@ # ## Sample rules.sh for saswall ## -## this file gets sourced by /usr/local/sbin/saswall +## this file gets sourced by /usr/sbin/saswall ## - please add your rules here ## - redefine the variable SASWALL_CONFIRM_TIMEOUT if you want ## a different timeout (default: 20 -> 20 seconds) diff --git a/systemd.service b/systemd.service index a3ba8d0..30bdde2 100644 --- a/systemd.service +++ b/systemd.service @@ -4,9 +4,9 @@ Description=simple and safe firewall loader [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/usr/local/sbin/saswall start -ExecStop=/usr/local/sbin/saswall stop -ExecReload=/usr/local/sbin/saswall reload +ExecStart=/usr/sbin/saswall start +ExecStop=/usr/sbin/saswall stop +ExecReload=/usr/sbin/saswall reload [Install] WantedBy=multi-user.target -- cgit v1.2.3