summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-05 12:27:11 +0000
committerRoy Marples <roy@marples.name>2008-03-05 12:27:11 +0000
commita689b66023ad7b3da179b02c9e473cbc49f295e6 (patch)
treec1e6baad98bdfde3c36f1105b8fe6f15534b30c4 /conf.d
parent7aa231de2e784b00267cb618b728cf0f754c9573 (diff)
downloadopenrc-a689b66023ad7b3da179b02c9e473cbc49f295e6.tar.gz
openrc-a689b66023ad7b3da179b02c9e473cbc49f295e6.tar.bz2
openrc-a689b66023ad7b3da179b02c9e473cbc49f295e6.tar.xz
Add tunable SYSCONFDIR
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/Makefile2
-rw-r--r--conf.d/bootmisc2
-rw-r--r--conf.d/clock2
-rw-r--r--conf.d/urandom2
4 files changed, 1 insertions, 7 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile
index d1a527b..9d1891f 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -1,4 +1,4 @@
-DIR= /etc/conf.d
+DIR= ${CONFDIR}
CONF= bootmisc clock fsck hostname local net urandom
MK= ../mk
diff --git a/conf.d/bootmisc b/conf.d/bootmisc
index 84bde30..066a631 100644
--- a/conf.d/bootmisc
+++ b/conf.d/bootmisc
@@ -1,5 +1,3 @@
-# /etc/conf.d/bootmisc
-
# Put a nologin file in /etc to prevent people from logging in before
# system startup is complete
delay_login="NO"
diff --git a/conf.d/clock b/conf.d/clock
index e055474..4dab74f 100644
--- a/conf.d/clock
+++ b/conf.d/clock
@@ -1,5 +1,3 @@
-# /etc/conf.d/clock
-
# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
# Greenwich Mean Time). If your clock is set to the local time, then
# set CLOCK to "local". Note that if you dual boot with Windows, then
diff --git a/conf.d/urandom b/conf.d/urandom
index b4e9c99..fbaf4e8 100644
--- a/conf.d/urandom
+++ b/conf.d/urandom
@@ -1,5 +1,3 @@
-# /etc/conf.d/urandom
-
# Sometimes you want to have urandom start before "localmount"
# (say for crypt swap), so you will need to customize this
# behavior. If you have /var on a separate partition, then