diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-19 14:28:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-19 14:28:48 +0000 |
commit | 00f15e21d67fa22ea631f2aa0727ab2f08bf14dd (patch) | |
tree | 1c2a88d613f49b39f7310572f2b13264f795dcfa | |
parent | 2741f5afe0168b8f72654c8b3cab095665174c52 (diff) | |
download | alpine-conf-00f15e21d67fa22ea631f2aa0727ab2f08bf14dd.zip |
renamed setup-webconf to setup-acf
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | setup-acf.in (renamed from setup-webconf.in) | 0 | ||||
-rw-r--r-- | setup-alpine-web.in | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ SBIN_FILES := albootstrap\ setup-keymap\ setup-mta\ setup-sendbug\ - setup-webconf\ + setup-acf\ update-conf SCRIPTS := $(LIB_FILES) $(SBIN_FILES) diff --git a/setup-webconf.in b/setup-acf.in index 3769a12..3769a12 100644 --- a/setup-webconf.in +++ b/setup-acf.in diff --git a/setup-alpine-web.in b/setup-alpine-web.in index ca98d1f..2d5d9cb 100644 --- a/setup-alpine-web.in +++ b/setup-alpine-web.in @@ -59,7 +59,7 @@ do_setup() { /etc/init.d/syslog start /etc/init.d/dhcpd start - FORCE_SETUP_WEBCONF=yes setup-webconf "$@" + FORCE_SETUP_WEBCONF=yes setup-acf "$@" # set up http listener/forwarder mkdir -p /var/www/redirect |