This package has gone through significant changes:

* Re-wrote/cleaned up init scripts
  * Re-wrote init-functions
  * Moved some things (init scripts, defaults, configs) to other packages
  * Added update-rc which manages /etc/rc* directories
  * Added usher to manage defaults
This commit is contained in:
2017-05-16 16:44:05 -05:00
parent 4528155e66
commit 3112172beb
43 changed files with 1396 additions and 2402 deletions

View File

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