diff options
Diffstat (limited to 'init.d/sysctl.in')
-rw-r--r-- | init.d/sysctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/sysctl.in b/init.d/sysctl.in index ae9f17fe..e49f4db2 100644 --- a/init.d/sysctl.in +++ b/init.d/sysctl.in @@ -21,7 +21,7 @@ BSD_sysctl() [ -e /etc/sysctl.conf ] || return 0 local retval=0 var= comments= conf= eindent - for conf in @SYSCONFDIR@/sysctl.conf @SYSCONFDIR@/sysctl.d/*.conf; do + for conf in /etc/sysctl.conf /etc/sysctl.d/*.conf; do if [ -r "$conf" ]; then vebegin "applying $conf" while read var comments; do |