]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Converted lfs/initscripts to new LFS format.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Feb 2009 04:00:43 +0000 (04:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Feb 2009 04:00:43 +0000 (04:00 +0000)
lfs/initscripts

index 1c9f23c70bb13a580da2b70a7527b757fc40982c..d862cf67a9cbc1eb6e9f941ad4862c48b5258090 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007, 2008, 2009 Michael Tremer & Christian Schmidt           #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 include Config
 
 PKG_NAME   = initscripts
-PKG_VER    = ipfire
+PKG_VER    =
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)
 DIR_APP    = $(DIR_SOURCE)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Boot
+EXTRA      = no
+DEBUG      = no
+DEPS       =
+
+URL        =
+LICENSE    = GPLv2+
+SHORT_DESC = The /etc/init.d scripts.
+
+define LONG_DESC
+       The initscripts package contains the basic system scripts used to boot \
+       your system, change runlevels, and shut the system down cleanly. \
+       Initscripts also contains the scripts that activate and \
+       deactivate the network interfaces.
+endef
+
 SCRIPTS = \
        checkfs \
        cleanfs \
@@ -61,15 +79,26 @@ SCRIPTS = \
 # Top-level Rules
 ###############################################################################
 
-install : $(OBJECT)
+objects =
+
+download: $(objects)
+
+info:
+       $(DO_PKG_INFO)
+
+install: $(OBJECT)
+
+package:
+       @$(DO_PACKAGE)
 
-download :
+$(objects):
+       @$(LOAD)
 
 ###############################################################################
 # Installation Details
 ###############################################################################
 
-$(OBJECT) :
+$(OBJECT): $(objects)
        @$(PREBUILD)
        install -d -m 755 /etc/rc0.d
        install -d -m 755 /etc/rc1.d