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