The following changes were made:

* Add URL
  * Removed /etc/rcX.d directories (should be provided by sysvinit)
  * Added 'service' script
  * Properly set VERBOSE and FSCKFIX in init.d/checkfs
  * Used = in favor of == in checkfs, halt and sendsignals
  * Removed ZFS from mountfs
This commit is contained in:
2018-04-10 11:23:04 -05:00
parent 97906ebe04
commit 7de71fa1cd
6 changed files with 16 additions and 27 deletions

View File

@@ -10,7 +10,7 @@
DEPENDS = dash,kmod,procps-ng,sysvinit
ARCH = x86_64
URL =
URL = http://snaplinux.org
REPO = core
BRIEF = Base scripts for sysvinit
DESC = This package supplies the core required init scripts for startup
@@ -18,7 +18,7 @@ DESC = This package supplies the core required init scripts for startup
ARCHIVE := ''
SRCDIR := $(PWD)/SRC/initscripts
PATCHDIR := $(PWD)/SRC/patches
VERSION := 1.6-0
VERSION := 1.8-0
include /usr/share/snap/Makefile.snaplinux