diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-10 20:15:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-10 20:15:10 +0000 |
commit | 6b92f0bd235572c715d6956b4b41659c1423138c (patch) | |
tree | 0fdbb9d92014af7fb14489e7bf6aac4ee468b39c | |
parent | ab4b98db80babf31f87a3a0848ae91d7a01237da (diff) | |
download | alpine-baselayout-6b92f0bd235572c715d6956b4b41659c1423138c.tar.bz2 alpine-baselayout-6b92f0bd235572c715d6956b4b41659c1423138c.tar.xz |
remove conf.d files that moved to busybox-initscripts
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ ETC_FILES = TZ \ shells \ sysctl.conf \ -CONFD_FILES = $(addprefix conf.d/, cron rdate syslog tuntap vlan watchdog) +CONFD_FILES = $(addprefix conf.d/, tuntap vlan) UDHCPC_FILES =default.script LIB_MDEV_FILES =ide_links usbdisk_link subdir_dev usbdev dvbdev MODPROBED_FILES =aliases blacklist i386 |