The following changes were made

* Moved update-rc to /usr/sbin
  * init-functions now exports container variable
  * init.d scripts should now act appropriately in containers
  * Removed localnet init script - should be performed by iftools init
  * Added REPO to Makefile
This commit is contained in:
2017-12-03 14:27:54 -06:00
parent aa612e0add
commit 8d4cb9e335
10 changed files with 14 additions and 46 deletions

View File

@@ -8,16 +8,17 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS = dash,iftools,kmod,procps-ng,sysvinit
DEPENDS = dash,kmod,procps-ng,sysvinit
ARCH = x86_64
URL =
REPO = core
BRIEF = Base scripts for sysvinit
DESC = This package supplies the base system init scripts for sysvinit
DESC = This package supplies the core required init scripts for startup
ARCHIVE := ''
SRCDIR := $(PWD)/SRC/initscripts
PATCHDIR := $(PWD)/SRC/patches
VERSION := 1.4-0
VERSION := 1.5-0
include /usr/share/snap/Makefile.snaplinux