Gentoo Archives: gentoo-commits

From: "Constanze Hausner (constanze)" <constanze@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/shorewall/files: shorewall.systemd all_zone.patch shorewallrc
Date: Sun, 02 Jun 2013 10:47:03
Message-Id: 20130602104700.519992171D@flycatcher.gentoo.org
1 constanze 13/06/02 10:47:00
2
3 Added: shorewall.systemd
4 Removed: all_zone.patch shorewallrc
5 Log:
6 Cleanup; Version bump; Systemd support wrt bug 465950
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key BB80F419010E3EC3)
9
10 Revision Changes Path
11 1.1 net-firewall/shorewall/files/shorewall.systemd
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/files/shorewall.systemd?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/shorewall/files/shorewall.systemd?rev=1.1&content-type=text/plain
15
16 Index: shorewall.systemd
17 ===================================================================
18 #
19 # The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V4.4
20 #
21 # Copyright 2011 Jonathan Underwood (jonathan.underwood@×××××.com)
22 #
23 [Unit]
24 Description=Shorewall IPv4 firewall
25 After=syslog.target
26 After=network.target
27
28 [Service]
29 Type=oneshot
30 RemainAfterExit=yes
31 EnvironmentFile=/etc/shorewall
32 StandardOutput=syslog
33 ExecStart=/sbin/shorewall $OPTIONS start
34 ExecStop=/sbin/shorewall $OPTIONS stop
35
36 [Install]
37 WantedBy=multi-user.target