diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2007-09-08 08:50:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2007-09-08 08:50:01 +0000 |
commit | 831a7a5ad6c283e9217f75743a2ecca96b32fde4 (patch) | |
tree | c94e225b68ec97b5db9bb32c893f8c7019427eb9 | |
parent | f1e147b06e143c36ddc023f5297e3d5a15852466 (diff) | |
download | alpine-conf-831a7a5ad6c283e9217f75743a2ecca96b32fde4.zip |
added -k to syslog
-rw-r--r-- | setup-alpine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-alpine b/setup-alpine index b7df4e8..95f7a1f 100644 --- a/setup-alpine +++ b/setup-alpine @@ -40,7 +40,7 @@ rc_add -s 06 procps rc_add -s 08 hostname rc_add -s 20 keymap -rc_add -s 20 syslog +rc_add -s 20 -k syslog rc_add -s 22 bootmisc.sh rc_add -s 24 -k networking |