diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-01 18:46:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-01 18:46:10 +0200 |
commit | a52365be5b33b81023f238c972a9172029af0f36 (patch) | |
tree | a94b00996c9503409def7e05cea311ceae5df53f /package | |
parent | c39d64ce6ea9cb2f928153a2ef137f04bea47133 (diff) |
do not install resolv.conf symlink
all productive targets use cfgfs, with a /etc on tmpfs,
so no need for this symlink. Users of extra dir can now
provide their own resolv.conf copy.
dhcp and ppp users shouldn't care about this change.
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 26daf87e9..46e955f54 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk PKG_NAME:= base-files PKG_VERSION:= 1.0 -PKG_RELEASE:= 12 +PKG_RELEASE:= 13 PKG_DESCR:= basic filesystem structure and scripts PKG_SECTION:= base @@ -61,7 +61,6 @@ endif mkdir -p $(IDIR_BASE_FILES)/usr/bin chmod 755 $(IDIR_BASE_FILES)/lib/mdev/init chmod 600 $(IDIR_BASE_FILES)/etc/shadow - ln -sf ../tmp/resolv.conf $(IDIR_BASE_FILES)/etc/resolv.conf ln -sf ../proc/mounts $(IDIR_BASE_FILES)/etc/mtab rm -rf $(IDIR_BASE_FILES)/var ln -sf tmp $(IDIR_BASE_FILES)/var |