diff options
author | Roy Marples <roy@marples.name> | 2008-03-05 12:27:11 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-05 12:27:11 +0000 |
commit | a689b66023ad7b3da179b02c9e473cbc49f295e6 (patch) | |
tree | c1e6baad98bdfde3c36f1105b8fe6f15534b30c4 /conf.d.Linux | |
parent | 7aa231de2e784b00267cb618b728cf0f754c9573 (diff) |
Add tunable SYSCONFDIR
Diffstat (limited to 'conf.d.Linux')
-rw-r--r-- | conf.d.Linux/Makefile | 2 | ||||
-rw-r--r-- | conf.d.Linux/consolefont | 2 | ||||
-rw-r--r-- | conf.d.Linux/keymaps | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/conf.d.Linux/Makefile b/conf.d.Linux/Makefile index b8a5bf79..57922a20 100644 --- a/conf.d.Linux/Makefile +++ b/conf.d.Linux/Makefile @@ -1,4 +1,4 @@ -DIR= /etc/conf.d +DIR= ${CONFDIR} CONF= consolefont keymaps modules CONF_APPEND= clock diff --git a/conf.d.Linux/consolefont b/conf.d.Linux/consolefont index 3837ff04..c7fe898a 100644 --- a/conf.d.Linux/consolefont +++ b/conf.d.Linux/consolefont @@ -1,5 +1,3 @@ -# /etc/conf.d/consolefont - # consolefont specifies the default font that you'd like Linux to use on the # console. You can find a good selection of fonts in /usr/share/consolefonts; # you shouldn't specify the trailing ".psf.gz", just the font name below. diff --git a/conf.d.Linux/keymaps b/conf.d.Linux/keymaps index 781999e5..842803bb 100644 --- a/conf.d.Linux/keymaps +++ b/conf.d.Linux/keymaps @@ -1,5 +1,3 @@ -# /etc/conf.d/keymaps - # Use KEYMAP to specify the default console keymap. There is a complete tree # of keymaps in /usr/share/keymaps to choose from. keymap="us" |