diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2016-10-07 22:45:33 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-08 00:38:41 +0700 |
commit | 8109a894beb51b6931a0a656c8ffa5bce89d31fe (patch) | |
tree | 527101f68c7a0e521842c09540fdb711a7f73745 /system/openrc/doinst.sh | |
parent | 27496f6f1218b4f68dc2a879cf9fac84bea5b2a0 (diff) | |
download | slackbuilds-8109a894beb51b6931a0a656c8ffa5bce89d31fe.tar.gz |
system/openrc: Updated for version 0.22.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 a81983c32e..7f9137ee45 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 tmpfiles urandom) +BACKUP_CONF=(bootmisc consolefont devfs dmesg fsck hostname hwclock keymaps killprocs localmount modules mtab net-online netmount network staticroute swap tmpfiles urandom) for file in "${BACKUP_FILE[@]}"; do config "etc/${file}.new" |