path fixes and command fix
This commit is contained in:
@@ -22,14 +22,14 @@ git clone https://git.xo.nl/marcel/iptables
|
|||||||
- Copy the init files to /usr/libexec
|
- Copy the init files to /usr/libexec
|
||||||
```
|
```
|
||||||
cp libexec/*.init /usr/libexec
|
cp libexec/*.init /usr/libexec
|
||||||
chown root:root /usr/ip?tables.init
|
chown root:root /usr/libexec/ip?tables.init
|
||||||
chmod ug+x /usr/ip?tables.init
|
chmod ug+x /usr/libexec/ip?tables.init
|
||||||
```
|
```
|
||||||
|
|
||||||
- Copy the systemd files to /etc/systemd/system
|
- Copy the systemd files to /etc/systemd/system
|
||||||
```
|
```
|
||||||
cp systemd/* /etc/systemd/system
|
cp systemd/* /etc/systemd/system
|
||||||
systemd daemon-reload
|
systemctl daemon-reload
|
||||||
```
|
```
|
||||||
|
|
||||||
- Copy the default configuration to /etc/sysconfig
|
- Copy the default configuration to /etc/sysconfig
|
||||||
|
Reference in New Issue
Block a user