mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-03 00:32:54 +02:00
dialctrl: Remove defunct script.
This commit is contained in:
@@ -110,6 +110,9 @@ add_to_backup var/ipfire/{dmzholes,portfw,outgoing,xtaccess}
|
||||
add_to_backup etc/inittab
|
||||
add_to_backup etc/fstab
|
||||
add_to_backup usr/share/usb_modeswitch
|
||||
add_to_backup etc/rc.d/init.d/networking/red.down/99-D-dialctrl.pl
|
||||
add_to_backup etc/rc.d/init.d/networking/red.up/99-U-dialctrl.pl
|
||||
add_to_backup usr/local/bin/dialctrl.pl
|
||||
|
||||
# Backup the files
|
||||
tar cJvf /var/ipfire/backup/core-upgrade${core}_${KVER}.tar.xz \
|
||||
@@ -141,6 +144,12 @@ rm -rf /lib/modules
|
||||
# Remove old usb_modeswitch_data
|
||||
rm -rf /usr/share/usb_modeswitch
|
||||
|
||||
# Remove dialctrl.pl script
|
||||
rm -f \
|
||||
/etc/rc.d/init.d/networking/red.down/99-D-dialctrl.pl \
|
||||
/etc/rc.d/init.d/networking/red.up/99-U-dialctrl.pl \
|
||||
/usr/local/bin/dialctrl.pl
|
||||
|
||||
#
|
||||
# Remove old udev rules.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user