Преглед изворни кода

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.
Waldemar Brodkorb пре 14 година
родитељ
комит
a52365be5b
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      package/base-files/Makefile

+ 1 - 2
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