The following changes were made:

* Configuration moved to new CONFIG directory to separate from usher
  * Made various improvements to most init scripts
  * Added dependency to perl for update-rc
This commit is contained in:
2018-07-28 14:30:08 -05:00
parent 7de71fa1cd
commit 843c8721f1
21 changed files with 644 additions and 310 deletions

View File

@@ -8,7 +8,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS = dash,kmod,procps-ng,sysvinit
DEPENDS = dash,kmod,perl,procps-ng,sysvinit
ARCH = x86_64
URL = http://snaplinux.org
REPO = core
@@ -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.8-0
VERSION := 1.9-0
include /usr/share/snap/Makefile.snaplinux
@@ -35,5 +35,6 @@ clean:
@rm -rvf $(ROOT) \
$(SNAPINFO) \
$(MANIFEST) \
$(FILES)
$(FILES) \
$(CONFIG)