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:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user