diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2017-05-17 22:42:20 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-20 06:54:11 +0700 |
commit | caec6497dc2c0e8a2b04453f5aa1268c1fc925b1 (patch) | |
tree | 19d771d6f60e54bd99ec581605853196c5988d66 /system/openrc/doinst.sh | |
parent | 62d1dc6017479801325cff143aa5fc5030a45127 (diff) | |
download | slackbuilds-caec6497dc2c0e8a2b04453f5aa1268c1fc925b1.tar.gz |
system/openrc: Updated for version 0.26.2.
Diffstat (limited to 'system/openrc/doinst.sh')
-rw-r--r-- | system/openrc/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/openrc/doinst.sh b/system/openrc/doinst.sh index 7f9137ee45..48ccc32729 100644 --- a/system/openrc/doinst.sh +++ b/system/openrc/doinst.sh @@ -13,7 +13,7 @@ config() { } BACKUP_FILE=(inittab rc.conf logrotate.d/openrc) -BACKUP_CONF=(bootmisc consolefont devfs dmesg fsck hostname hwclock keymaps killprocs localmount modules mtab net-online netmount network staticroute swap tmpfiles urandom) +BACKUP_CONF=(bootmisc consolefont devfs dmesg fsck hostname hwclock keymaps killprocs localmount modules mtab net-online netmount network staticroute swap urandom) for file in "${BACKUP_FILE[@]}"; do config "etc/${file}.new" |