Author: blogic Date: 2015-12-11 16:06:31 +0100 (Fri, 11 Dec 2015) New Revision: 47855
Modified: trunk/package/base-files/Makefile trunk/package/base-files/files/etc/init.d/boot Log: base-file: remove /tmp/.jail (now useless) Signed-off-by: Etienne CHAMPETIER <[email protected]> Modified: trunk/package/base-files/Makefile =================================================================== --- trunk/package/base-files/Makefile 2015-12-11 15:06:11 UTC (rev 47854) +++ trunk/package/base-files/Makefile 2015-12-11 15:06:31 UTC (rev 47855) @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=163 +PKG_RELEASE:=164 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host usign/host Modified: trunk/package/base-files/files/etc/init.d/boot =================================================================== --- trunk/package/base-files/files/etc/init.d/boot 2015-12-11 15:06:11 UTC (rev 47854) +++ trunk/package/base-files/files/etc/init.d/boot 2015-12-11 15:06:31 UTC (rev 47855) @@ -29,7 +29,6 @@ mkdir -p /var/tmp mkdir -p /tmp/.uci chmod 0700 /tmp/.uci - mkdir -p /tmp/.jail touch /var/log/wtmp touch /var/log/lastlog touch /tmp/resolv.conf.auto _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
