From: Cobalt Chang Date: Mon, 2 Nov 2020 07:11:49 +0000 (+0800) Subject: cgroupfs-mount: fix symbolic link name X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=83db93d16ac377a4571a18775103d782fc80622d;p=openwrt-packages.git cgroupfs-mount: fix symbolic link name Fix the symbolic link name to /etc/rc.d/S01cgroupfs-mount. --- diff --git a/utils/cgroupfs-mount/Makefile b/utils/cgroupfs-mount/Makefile index 99474338c..40facab5c 100644 --- a/utils/cgroupfs-mount/Makefile +++ b/utils/cgroupfs-mount/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cgroupfs-mount -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/tianon/$(PKG_NAME) diff --git a/utils/cgroupfs-mount/files/cgroupfs-mount.init b/utils/cgroupfs-mount/files/cgroupfs-mount.init old mode 100644 new mode 100755 index d1eb4ed89..0d6b68dc3 --- a/utils/cgroupfs-mount/files/cgroupfs-mount.init +++ b/utils/cgroupfs-mount/files/cgroupfs-mount.init @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -START=1 +START=01 boot() { # Procd mounts non-hierarchical cgroupfs so unmount first before cgroupfs-mount