diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-25 15:17:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-25 15:17:24 +0000 |
commit | 34a1d6407670b4ec8079d4fad60e16af8c4a5b96 (patch) | |
tree | d13a208e840c08bf603ba11d247f66ac6fb8367c | |
parent | 68513109e5d225ae377e94b157f9b41b9b60cb85 (diff) | |
download | alpine-conf-34a1d6407670b4ec8079d4fad60e16af8c4a5b96.tar.bz2 alpine-conf-34a1d6407670b4ec8079d4fad60e16af8c4a5b96.tar.xz |
setup-alpine: start cron by default
-rw-r--r-- | setup-alpine.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup-alpine.in b/setup-alpine.in index 07a19f1..8d1aa0f 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -45,6 +45,7 @@ grep '^iface.*dhcp' $ROOT/etc/network/interfaces > /dev/null ||\ rc-update -q add networking boot rc-update -q add acpid +rc-update -q add cron # enable new hostname /etc/init.d/hostname --quiet restart |