mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-11 08:08:12 +01:00
Fix logrotate issue
This commit is contained in:
parent
878e58fcf6
commit
0f7b4cf7f4
@ -856,7 +856,7 @@ if [ -d manpages ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d ${PREFIX}/etc/logrotate.d ]; then
|
if [ -d ${PREFIX}/etc/logrotate.d ]; then
|
||||||
run_install $OWNERSHIP -m 0644 logrotate ${PREFIX}/etc/logrotate.d
|
install_file logrotate ${PREFIX}/etc/logrotate.d/shorewall 0644
|
||||||
echo "Logrotate file installed as ${PREFIX}/etc/logrotate.d/shorewall"
|
echo "Logrotate file installed as ${PREFIX}/etc/logrotate.d/shorewall"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user