diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2015-12-12 22:12:34 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-26 10:27:57 +0700 |
commit | 659b8264f316bf95e5996df3813d753b4cc9ff2e (patch) | |
tree | e823fa81e2a99d5770235427a187004d3a37a77a /system/openrc/doinst.sh | |
parent | a7bf4f00db59c2c4a01414dfa1542703aa3f08f8 (diff) | |
download | slackbuilds-659b8264f316bf95e5996df3813d753b4cc9ff2e.tar.gz |
system/openrc: Updated for version 0.19.1.
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 8c17991f8e..a81983c32e 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 netmount network staticroute tmpfiles urandom) +BACKUP_CONF=(bootmisc consolefont devfs dmesg fsck hostname hwclock keymaps killprocs localmount modules mtab net-online netmount network staticroute tmpfiles urandom) for file in "${BACKUP_FILE[@]}"; do config "etc/${file}.new" |