diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-09-27 14:42:33 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-09-27 14:45:07 -0700 |
commit | 7f7ec9c6508c5a3f7d41be75831254de43c89b2a (patch) | |
tree | 5a346666d0832e9196711dbb13b29ce7545a3a1a /sys-apps/readahead-list/files | |
parent | dev-java/icedtea-bin: Remove vulnerable 3.4.0 wrt bug #626088 (diff) | |
download | gentoo-7f7ec9c6508c5a3f7d41be75831254de43c89b2a.tar.gz gentoo-7f7ec9c6508c5a3f7d41be75831254de43c89b2a.tar.bz2 gentoo-7f7ec9c6508c5a3f7d41be75831254de43c89b2a.zip |
sys-apps/readahead-list: bump for confd tweak.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-apps/readahead-list/files')
-rw-r--r-- | sys-apps/readahead-list/files/conf.d-readahead-list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/readahead-list/files/conf.d-readahead-list b/sys-apps/readahead-list/files/conf.d-readahead-list index d8da5696e0ec..c5ea49b0ecd7 100644 --- a/sys-apps/readahead-list/files/conf.d-readahead-list +++ b/sys-apps/readahead-list/files/conf.d-readahead-list @@ -9,7 +9,7 @@ READAHEAD_LIST_exec_sbin_rc="/etc/readahead-list/exec_sbin_rc" READAHEAD_LIST_runlevel_boot="/etc/readahead-list/runlevel-boot" READAHEAD_LIST_runlevel_default="/etc/readahead-list/runlevel-default" -READAHEAD_LIST_call_early="${!READAHEAD_LIST_exec_sbin_rc} ${!READAHEAD_LIST_runlevel_boot}" -READAHEAD_LIST_call_main="${!READAHEAD_LIST_runlevel_default}" +READAHEAD_LIST_call_early="${READAHEAD_LIST_exec_sbin_rc} ${READAHEAD_LIST_runlevel_boot}" +READAHEAD_LIST_call_main="${READAHEAD_LIST_runlevel_default}" # vim: ts=4 sw=4 |