mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
setup: Has been moved to /usr/sbin
The setup program has been moved from /usr/local/sbin/setup to /usr/sbin/setup to comply better with FHS. The old copy was left in the file system on updated systems and was preferred when called from the shell which is not intended. The old file is now removed and to make sure every system has got the new file it is shipped once again.
This commit is contained in:
@@ -13,6 +13,7 @@ srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||
usr/local/bin/collectdctrl
|
||||
usr/local/bin/openvpnctrl
|
||||
usr/sbin/setup
|
||||
var/ipfire/backup/bin/backup.pl
|
||||
var/ipfire/graphs.pl
|
||||
var/ipfire/langs
|
||||
|
||||
@@ -35,6 +35,7 @@ done
|
||||
/etc/init.d/ipsec stop
|
||||
|
||||
# Remove old files
|
||||
rm -f /usr/local/sbin/setup
|
||||
|
||||
# Extract files
|
||||
extract_files
|
||||
|
||||
Reference in New Issue
Block a user