summaryrefslogtreecommitdiff
path: root/sys-apps/readahead-list/files
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-09-27 14:42:33 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-09-27 14:45:07 -0700
commit7f7ec9c6508c5a3f7d41be75831254de43c89b2a (patch)
tree5a346666d0832e9196711dbb13b29ce7545a3a1a /sys-apps/readahead-list/files
parent438ebd455982c8a20a209028d39207c9ed12da61 (diff)
downloadgentoo-7f7ec9c6508c5a3f7d41be75831254de43c89b2a.tar.gz
gentoo-7f7ec9c6508c5a3f7d41be75831254de43c89b2a.tar.xz
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-list4
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 d8da5696e0e..c5ea49b0ecd 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