]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
buildprocess: Add extra metadata to pak lfs files
authorRobin Roevens <robin.roevens@disroot.org>
Mon, 31 Jan 2022 22:40:47 +0000 (23:40 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 11 Feb 2022 15:13:15 +0000 (15:13 +0000)
* Add a Summary and Services field to all pak lfs files
* Replace occurances of INSTALL_INITSCRIPT with new INSTALL_INITSCRIPTS
  macro in all pak lfs files.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
196 files changed:
lfs/7zip
lfs/alac
lfs/alsa
lfs/amazon-ssm-agent
lfs/apcupsd
lfs/avahi
lfs/aws-cli
lfs/backup
lfs/bacula
lfs/bird
lfs/borgbackup
lfs/bwm-ng
lfs/c-ares
lfs/cifs-utils
lfs/clamav
lfs/core-updates
lfs/cpufrequtils
lfs/cups
lfs/cups-filters
lfs/cyrus-sasl
lfs/dbus
lfs/ddrescue
lfs/dehydrated
lfs/dnsdist
lfs/ebtables
lfs/elfutils
lfs/elinks
lfs/epson-inkjet-printer-escpr
lfs/faad2
lfs/fetchmail
lfs/ffmpeg
lfs/fireperf
lfs/firmware-update
lfs/flac
lfs/flashrom
lfs/fontconfig
lfs/foomatic
lfs/fping
lfs/freefont
lfs/freeradius
lfs/frr
lfs/ghostscript
lfs/git
lfs/gnu-netcat
lfs/gnump3d
lfs/guardian
lfs/gutenprint
lfs/haproxy
lfs/hostapd
lfs/hplip
lfs/htop
lfs/icinga
lfs/iftop
lfs/igmpproxy
lfs/intltool
lfs/iotop
lfs/iperf
lfs/iperf3
lfs/iptraf-ng
lfs/ipvsadm
lfs/joe
lfs/keepalived
lfs/krb5
lfs/lame
lfs/lcdproc
lfs/libassuan
lfs/libcdada
lfs/libdaemon
lfs/libexif
lfs/libid3tag
lfs/libmad
lfs/libmpdclient
lfs/libmpeg2
lfs/libogg
lfs/libpciaccess
lfs/libpri
lfs/libseccomp
lfs/libshout
lfs/libsolv
lfs/libtalloc
lfs/libtiff
lfs/libtirpc
lfs/libusbredir
lfs/libvirt
lfs/libvorbis
lfs/libyajl
lfs/lshw
lfs/ltrace
lfs/lynis
lfs/make
lfs/mc
lfs/mcelog
lfs/mdns-repeater
lfs/minicom
lfs/minidlna
lfs/monit
lfs/mpc
lfs/mpd
lfs/mpfire
lfs/mtr
lfs/nagios-plugins
lfs/nagios_nrpe
lfs/nano
lfs/ncat
lfs/ncdu
lfs/netatalk
lfs/netpbm
lfs/netsnmpd
lfs/nfs
lfs/nginx
lfs/nmap
lfs/nut
lfs/observium-agent
lfs/openvmtools
lfs/opus
lfs/parted
lfs/pcengines-apu-firmware
lfs/pcmciautils
lfs/perl-Authen-SASL
lfs/perl-Carp-Clan
lfs/perl-Date-Calc
lfs/perl-Date-Manip
lfs/perl-File-ReadBackwards
lfs/perl-File-Tail
lfs/perl-MIME-Base64
lfs/perl-Net-IP
lfs/perl-Net-SMTP-SSL
lfs/perl-Parse-Yapp
lfs/perl-TimeDate
lfs/perl-common-sense
lfs/perl-gettext
lfs/perl-inotify2
lfs/pmacct
lfs/postfix
lfs/powertop
lfs/python3-botocore
lfs/python3-colorama
lfs/python3-dateutil
lfs/python3-docutils
lfs/python3-inotify
lfs/python3-jmespath
lfs/python3-pyasn1
lfs/python3-pyparsing
lfs/python3-rsa
lfs/python3-s3transfer
lfs/python3-setuptools
lfs/python3-setuptools-scm
lfs/python3-six
lfs/python3-urllib3
lfs/python3-yaml
lfs/qemu
lfs/qemu-ga
lfs/rpcbind
lfs/rsync
lfs/samba
lfs/sarg
lfs/sdl2
lfs/shairport-sync
lfs/socat
lfs/sox
lfs/soxr
lfs/spandsp
lfs/spectre-meltdown-checker
lfs/speedtest-cli
lfs/spice
lfs/spice-protocol
lfs/squid-accounting
lfs/squidclamav
lfs/sslh
lfs/strace
lfs/stress
lfs/stunnel
lfs/swatch
lfs/sysbench
lfs/taglib
lfs/tcpdump
lfs/telnet
lfs/tftpd
lfs/tmux
lfs/tor
lfs/traceroute
lfs/transmission
lfs/tshark
lfs/vdr
lfs/vdr_dvbapi
lfs/vdr_eepg
lfs/vdr_epgsearch
lfs/vdr_streamdev
lfs/vdradmin
lfs/w_scan
lfs/watchdog
lfs/wavemon
lfs/wio
lfs/xinetd
lfs/xvid
lfs/zabbix_agentd

index 3e204ca1a4b7434cc280b24c431ca8e246ca2f25..40b4fcda6c3c5db6dc2c3f9e1119be0d07817f37 100644 (file)
--- a/lfs/7zip
+++ b/lfs/7zip
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY           = 7-zip file compression program
+
 VER        = 17.04
 
 THISAPP    = p7zip-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 9
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
index f8510294ae71b68c5a71c03a0f4c8a1c6988133f..abae8a2f9299db4cd0dd394799a842092811e720 100644 (file)
--- a/lfs/alac
+++ b/lfs/alac
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Apple Lossless Audio Codec
+
 VER        = 0.0.7
 
 THISAPP    = alac-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 264849e11c22cc3d4c0472e7db315bd058e5277c..f8f45a6e8761857eda9996e8e93c976590f32a62 100644 (file)
--- a/lfs/alsa
+++ b/lfs/alsa
@@ -24,6 +24,7 @@
 
 include Config
 
+SUMMARY    = Advanced Linux Sound Architecture
 
 VER        = 1.2.5.1
 UVER       = 1.2.5.1
@@ -40,6 +41,8 @@ PAK_VER    = 13
 
 DEPS       =
 
+SERVICES   = alsa
+
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 ###############################################################################
@@ -101,6 +104,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP)/alsa-firmware-$(FVER) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP)/alsa-firmware-$(FVER) && make install
        # install initscript
-       $(call INSTALL_INITSCRIPT,alsa)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        @rm -rf $(DIR_SRC)/alsa*
        @$(POSTBUILD)
index a029cf7ec90ed074b4a3583e8f58ade60a5b5b5e..25c9ce33b200296e65b7100f8b3d1c9c92aeda10 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Amazon Remote System Config Management
+
 VER        = 3.0.356.0
 SUP_ARCH   = x86_64
 
@@ -37,6 +39,8 @@ PAK_VER    = 6
 
 DEPS       =
 
+SERVICES   = amazon-ssm-agent
+
 DIR_BUILD  = $(GOPATH)/src/github.com/aws/amazon-ssm-agent
 
 ###############################################################################
@@ -114,7 +118,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                amazon-ssm-agent.json.template /etc/amazon/ssm/amazon-ssm-agent.json
 
        # Install initscript
-       $(call INSTALL_INITSCRIPT,amazon-ssm-agent)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install backup include
        install -v -m 644 $(DIR_SRC)/config/backup/includes/amazon-ssm-agent \
index d63c79f8b402d2b2e185a2cd17d10473193ae9a6..82c61f12af6edcd5d3f837a845f1047030f3af3f 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = APC UPS Daemon (Powerful Daemon for APC UPSs)
+
 VER        = 3.14.14
 
 THISAPP    = apcupsd-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+SERVICES   = apcupsd
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -84,7 +88,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,apcupsd)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        ln -sf ../init.d/apcupsd /etc/rc.d/rc3.d/S65apcupsd
        ln -sf ../init.d/apcupsd /etc/rc.d/rc0.d/K35apcupsd
index 795ba4130cdd4700647752b2670c5d1b42b22b37..c2b7aa4c7edbe311dfdbcb4e4076b04ff70c0d18 100644 (file)
--- a/lfs/avahi
+++ b/lfs/avahi
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = D-Bus Service for Zeroconf and Bonjour
+
 VER        = 0.8
 
 THISAPP    = avahi-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 9
 
 DEPS       = dbus libdaemon
 
+SERVICES   = avahi
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -101,7 +105,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cp -avf $(DIR_SRC)/config/avahi/smb.service /etc/avahi/services/smb.service
 
        # Install initscript
-       $(call INSTALL_INITSCRIPT,avahi)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        
        #install backup definition
        install -v -m 644 ${DIR_SRC}/config/backup/includes/avahi \
index 81e79ce874d1e744d4921475d7e541ea1c5ea7f3..5e004f722f67b05502acd5a4ac24cd70c3ca4bd0 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Amazon Web Services Command Line Interface
+
 VER        = 1.18.188
 
 THISAPP    = awscli-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       = python3-botocore python3-colorama python3-docutils python3-pyasn1 python3-rsa python3-s3transfer python3-six python3-yaml
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 9d3e0573506fbdef47365d6af000a74f79197611..8fcfd861621fd002627c13012c4ba7b4182b0728 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = IPFire backup extension
+
 VER        = ipfire
 
 THISAPP    = backup-$(VER)
@@ -34,6 +36,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 5b9f119ff2aef9119e378cdd47bd0631b91b5312..71ba3b877edfb117ddd101986a41252106a39dca 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Enterprise-ready Network Backup Software
+
 VER        = 9.6.7
 
 THISAPP    = bacula-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 9
 
 DEPS       =
 
+SERVICES   = bacula
+
 # For GCC 10
 CFLAGS    += -Wno-error=narrowing
 
@@ -91,7 +95,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,bacula)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        install -v -m 644 ${DIR_SRC}/config/backup/includes/bacula \
                        /var/ipfire/backup/addons/includes/bacula
index a57e745a5db26839f7911e0756c945ed61b28b8f..48c3e42b4c2b1f2cc7d16630966c3785e9829cee 100644 (file)
--- a/lfs/bird
+++ b/lfs/bird
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The BIRD Internet Routing Daemon
+
 VER        = 2.0.8
 
 THISAPP    = bird-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 8
 
 DEPS       =
 
+SERVICES   = bird
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -93,7 +97,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                 /var/ipfire/backup/addons/includes/bird
 
        # Install initscript
-       $(call INSTALL_INITSCRIPT,bird)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index e92fb32819065181e946e99708ee2d05d5140376..7be4bd016f46db6e79b3d44eb2c75ff29393d936 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 1.1.17
+SUMMARY    = Deduplicating backup program with compression and authenticated encryption
 
 THISAPP    = borgbackup-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 10
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index d92a029256b65f8ec572759e95cb7b8f74d8b675..df153e3ca84af6fee3919831a5638e0361d00dc9 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Realtime Bandwidth Monitor
+
 VER        = 0.6.1-f54b3fa
 
 THISAPP    = bwm-ng-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 1f07623ac3b9fd6f3dd9f80f0aad718dfde4a1b7..07f7b02fe39aca36a01dc8a3fde016817ba5f4f9 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Tools for asynchronous name resolves
+
 VER        = 1.17.1
 
 THISAPP    = c-ares-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index a363bb83b4bb3d56f35f9027452a7c339e0eac89..712c74f9d0692dee4b311080d5152c0c22f39384 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Utilities for doing and managing mounts of the Linux CIFS filesystem
+
 VER        = 6.13
 
 THISAPP    = cifs-utils-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 1fffd99d9ea414e28c5bc34f07e2c1133997a8d9..adc9cb344c8e8989a1d930856688c02a2146e86f 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Antivirus Toolkit 
+
 VER        = 0.104.2
 
 THISAPP    = clamav-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 59
 
 DEPS       =
 
+SERVICES   = clamav
+
 DATABASE_DIR = /var/lib/clamav
 
 ###############################################################################
@@ -107,6 +111,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        mkdir -pv /var/run/clamav
        chown clamav:clamav /var/run/clamav
        #install initscripts
-       $(call INSTALL_INITSCRIPT,clamav)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index fa8b36d5016227a498fb46ee5303130c9fd48b45..08d72310eb3a8b912b616a890ae2de9c01061a94 100644 (file)
@@ -92,8 +92,10 @@ core/%:
                update.sh files.tar.xz ROOTFILES
        rm -rf /install/packages/package
        sed -e "s/NAME/core-upgrade/g" \
+           -e "s/SUMMARY/IPFire Core Update/g" \
                -e "s/VER/$(VERSION)/g" \
                -e "s/RELEASE/$$(basename $@)/g" \
                -e "s/DEPS/$(DEPS)/g" \
                -e "s/SIZE/`ls -l \/install\/packages\/core-upgrade-$(VERSION)-$$(basename $@).ipfire | awk '{ print $$5 }'`/g" \
+               -e "s/SERVICES//g" \
                < /usr/src/src/pakfire/meta > /install/packages/meta-core-upgrade-$$(basename $@)
index 3c1f5939a1620fa54e9244cf55eb8f958dd5a7d6..11a34fcf860a1b5e6488a74e60a6cc1e14d5fdd3 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Tools to Determine and Set CPUfreq Settings 
+
 VER        = 008
 
 THISAPP    = cpufrequtils-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 10
 
 DEPS       =
 
+SERVICES   = cpufreq
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -87,7 +91,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,cpufreq)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index 6210cd3b0aac19a05af132b7e7d28c2bce98a9e9..f88f2bb5a872798d84624889a580aa7eb70ca99c 100644 (file)
--- a/lfs/cups
+++ b/lfs/cups
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 2.4.1
+SUMMARY    = The Common UNIX Printing System
 
 THISAPP    = cups-$(VER)
 DL_FILE    = $(THISAPP)-source.tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 24
 
 DEPS       = avahi cups-filters dbus ghostscript krb5 libtiff
 
+SERVICES   = cups
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        $(PAK)
 
 ###############################################################################
@@ -95,7 +98,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ln -v -sf /usr/bin/smbspool /usr/lib/cups/backend/smb
 
        # install initscript
-       $(call INSTALL_INITSCRIPT,cups)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        cp -fv $(DIR_SRC)/config/cups/cupsd.conf /var/ipfire/cups/
 
        @rm -rf $(DIR_APP)
index 10de534c460ae2575de65c9940fcbf4574a9bf62..5abd4677be2348296d5b3b9f59e08f4548219ed4 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = OpenPrinting CUPS filters, backends, and cups-browsed
+
 VER        = 1.28.10
 
 THISAPP    = cups-filters-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       = cups ghostscript
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
index 7f5135612ef46498a302cb69affebf34ddb48fcf..f28ff3367c450bb89481e89b1257764f07dd2b41 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Implementation of Cyrus SASL API
+
 VER        = 2.1.26
 
 THISAPP    = cyrus-sasl-$(VER)
@@ -41,6 +43,8 @@ endif
 
 DEPS       =
 
+SERVICES   = cyrus-sasl
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -100,7 +104,7 @@ ifeq "$(PASS)" ""
        cp -vf $(DIR_SRC)/config/cyrus-sasl/smtpd.conf /usr/lib/sasl2/
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,cyrus-sasl)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
 else
        # WITH LDAP SUPPORT AT THIS TIME
index 09f4a541b4ae98208b0f6ff8e00171995890eee9..9452081fd08227c808e89afc69d900ac8fa74f9e 100644 (file)
--- a/lfs/dbus
+++ b/lfs/dbus
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = D-Bus Message Bus System
+
 VER        = 1.12.20
 
 THISAPP    = dbus-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   = messagebus
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -84,7 +88,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,messagebus)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_SRC)/dbus*
        @$(POSTBUILD)
index 3c45896e9467157712f7d0c71ca74d419cfa1cb1..3bf528ad5b17c84d3832a153248795c3a2cf4969 100644 (file)
 
 include Config
 
+SUMMARY    = Data Copying in the Presence of I/O Errors 
+
 VER        = 1.25
+
 THISAPP    = ddrescue-$(VER)
 DL_FILE    = $(THISAPP).tar.lz
 DL_FROM    = $(URL_IPFIRE)
@@ -35,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index c2c3a9e005b9d02696036bf89df50f102e918f3a..1b8544a17c2630922a7723e692e900a0cf74233f 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A client for signing certificates with an ACME server
+
 VER        = 0.7.0
 
 THISAPP    = dehydrated-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index a0d8a20b13d03c101ffd9c7b2969bafa9c72d34e..e611f1bdd5ed16c903b4a6114835a9eca14f9770 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A highly DNS-, DoS- and abuse-aware loadbalancer
+
 VER        = 1.7.0
 
 THISAPP    = dnsdist-$(VER)
@@ -38,6 +40,8 @@ SUP_ARCH   = x86_64 aarch64
 
 DEPS       =
 
+SERVICES   = dnsdist
+
 MAX_PARALLELISM = $(shell echo $$(( $(SYSTEM_MEMORY) / 3072 )))
 
 ###############################################################################
@@ -94,7 +98,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,dnsdist)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        install -v -m 644 $(DIR_SRC)/config/backup/includes/dnsdist \
                 /var/ipfire/backup/addons/includes/dnsdist
index ba94d686a73d0f01314c0e621a75faae984bd40b..58631244e2b60954513aca8e0cdd0e8fb544b4f9 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Ethernet Bridge Tables
+
 VER        = 2.0.10-4
 
 THISAPP    = ebtables-v$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index ccaffec1a7629257d576f5219781d92c1651bf10..cd35659aadd80e287103b74eafa7a3ed4c5ea366 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Higher-level library to access ELF files 
+
 VER        = 0.186
 
 THISAPP    = elfutils-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 6a895e9435b59b105ffe007cc05e940b0a1f29a9..b60c986ab22750cadceecbb5b8f4a4e3335c5d5d 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = An advanced and well-established feature-rich text mode web browser
+
 VER        = 0.12pre6
 
 THISAPP    = elinks-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 3a0f84c5015a1d0ee1920be87ffe94937316aa6e..e48bcd2fb1180f3b413cf261417e93e9cba0e881 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Epson ESC/P-R Inkjet Printer Driver
+
 VER        = 1.6.12
 LSB        = 1lsb3.2
 
@@ -37,6 +39,8 @@ PAK_VER    = 2
 
 DEPS       = cups
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index b2c8218e1c7447f048f5e62807c40fc54b938307..9e68b7f19d5402e3f6bc0a91a4d558819d586d38 100644 (file)
--- a/lfs/faad2
+++ b/lfs/faad2
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = C library and frontend for decoding MPEG2/4 AAC
+
 VER        = 2_10_0
 
 THISAPP    = faad2-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 02b2f284bf458a030d785c980a8e0e11997e0ff5..e05cf0e81e16721c381d14e3c074a55586923f9a 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Full-Featured POP and IMAP Mail Retrieval Daemon
+
 VER        = 6.4.19
 
 THISAPP    = fetchmail-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 11
 
 DEPS       =
 
+SERVICES   = fetchmail
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -99,7 +103,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                /var/ipfire/backup/addons/includes/fetchmail
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,fetchmail)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
 
        @rm -rf $(DIR_APP)
index 21c21cc88d5f9f5ed7c6713980aad5cb9f7cd524..97ed7ea90e2d8525c488838e8bcb6747dd9b476b 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY           = Library for working with various multimedia formats
+
 VER        = 4.4
 
 THISAPP    = ffmpeg-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 13
 
 DEPS       = sdl2 lame libvorbis xvid
 
+SERVICES   =
+
 ifeq "$(BUILD_ARCH)" "armv6l"
        LDFLAGS += -latomic
 endif
index 19fe7b1fd53a27764cd4af31a043b01dd9bd81c1..3bb8002fc337033e7f42eb2eb72bef12ab948599 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A Network Benchmarking Tool
+
 VER        = 0.2.0
 
 THISAPP    = fireperf-$(VER)
@@ -34,6 +36,10 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fireperf
 PAK_VER    = 2
 
+DEPS       =
+
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index bce9c4404c4be0d9de41f555169b3cd71c83ecba..fd30b9f7e0dc542a5489404e7d64fb17f5b3685d 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = IPFire Firmware Update Tool
+
 VER        = 20210107
 
 THISAPP    = firmware-update-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       = flashrom
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index ef3e46ad1844fec479f6e81ba9a922d74772090b..c81d4728364af56a6749c18c376fc2c5f2912eae 100644 (file)
--- a/lfs/flac
+++ b/lfs/flac
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Free Lossless Audio Codec
+
 VER        = 1.3.3
 
 THISAPP    = flac-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       = libogg
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 417a7cffa9212ed926228a395a0f6c9eb2e2c07e..20f3d4a1d9a219ddc2e018882e8e5b3431194e55 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A universal flash programming utility
+
 VER        = 1.2
 
 THISAPP    = flashrom-v$(VER)
@@ -37,6 +39,8 @@ SUP_ARCH   = x86_64
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index cb3f55de4bbce872fc6d40619328624375124af7..9c8126d64e6180a1858aeaad34f2c712782a6697 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 2.13.1
+SUMMARY    = NFSv4 User and Group ID Mapping Library
 
 THISAPP    = fontconfig-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
index ea5131ef57f34b0cac8fc0eef034a34f49b7859c..0ede44bf2d105d17a5630335b7eb8235e84fed79 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY     = Tools for using the foomatic database of printers and printer drivers
+
 VER         = 4.0.9
 VER_DB      = 4.0-$(DATE)
 VER_FILTERS = 4.0.17
@@ -39,6 +41,8 @@ PAK_VER    = 6
 
 DEPS       = cups ghostscript libtiff hplip
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 export LIB_CUPS=/usr/lib/cups
index 8616c0e54dba75d510fb0b70b15f2e13c3077717..fd2e8260e346a0aee878ae786fa4adaaffb2acd8 100644 (file)
--- a/lfs/fping
+++ b/lfs/fping
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A program to ping multiple hosts
+
 VER        = 5.0
 
 THISAPP    = fping-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 6
 
 DEPS       = ""
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index d9b19e1edf73663e25198f204917697ea36a9700..d944a77908d5a0d329c1179ce0688937f5776b02 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Free UCS scalable fonts
+
 VER        = 20060126
 
 THISAPP    = freefont-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 967a0048352aec8c843470cd4dd4dfbcb77b7003..6b2e6f8e5f491191dd31903253724a3ef05bab34 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = RADIUS Server
+
 VER        = 3.0.23
 
 THISAPP    = freeradius-server-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 14
 
 DEPS       = libtalloc samba
 
+SERVICES   = freeradius
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -144,7 +148,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                /etc/logrotate.d/freeradius
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,freeradius)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
diff --git a/lfs/frr b/lfs/frr
index 04f1aa590c6613fa725965cf60c8d619f5904d0c..81840dc05d848b210f8da6dd00f6133659dfc378 100644 (file)
--- a/lfs/frr
+++ b/lfs/frr
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = FRRouting Routing daemon
+
 VER        = 8.0.1
 
 THISAPP    = frr-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       = elfutils
 
+SERVICES   = frr
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -111,7 +115,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                 /var/ipfire/backup/addons/includes/frr
 
        # Install initscript
-       $(call INSTALL_INITSCRIPT,frr)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index 695ff6bcb0c2ee9bcbe7fbd67dc7af3b94511da2..e5ca19a40444e32bca22bacd37342b490db5d44a 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The Ghostscript interpreter for PostScript and PDF
+
 VER        = 9.55.0
 
 THISAPP    = ghostscript-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 9
 
 DEPS       = cups dbus libtiff
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
diff --git a/lfs/git b/lfs/git
index d24e9d4d93724b10809119d22cbc68e6932210d8..517b312b86606e5af89b386c749ddc1c41d636fd 100644 (file)
--- a/lfs/git
+++ b/lfs/git
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 2.35.1
+SUMMARY    = Fast, scalable, distributed revision control system
 
 THISAPP    = git-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -36,6 +37,8 @@ PAK_VER    = 22
 
 DEPS       = perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index 2e8c10aa117d344592af012fb38ed19f8dcda8a9..050d151e76106f40ccb461c939393c3f2f41b8fc 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = GNU variant of universal network utility
+
 VER        = 0.7.1
 
 THISAPP    = netcat-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 440b339055ec0cf0cb04585517ecc848c58c2cfe..06d22a48f9d5e702760a0d5eb3de7b1f8b6ede4e 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = GNU MP3 Streaming Server
+
 VER        = 3.0
 
 THISAPP    = gnump3d-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+SERVICES   = gnump3d
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -93,7 +97,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        ln -sf /usr/bin/gnump3d-index /etc/fcron.daily/gnump3d-index
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,gnump3d)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index 6d61c3361d90bc20e43419bdff7d649eb61e55a2..1fab7361054982ab69b4827b3f0727b5e1eda555 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A perl written Intrusion Prevention System
+
 VER        = 2.0.2
 
 THISAPP    = guardian-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 25
 
 DEPS       = perl-inotify2 perl-Net-IP
 
+SERVICES   = guardian
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -97,7 +101,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        touch /var/log/guardian/guardian.log
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,guardian)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Create symlinks for runlevel interaction.
        ln -svf /etc/rc.d/init.d/guardian /etc/rc.d/rc3.d/S45guardian
index 6c2626d2629e4e610ab7dfd5d540b3006a867ad7..4468acb1e20f63644ec5f39e93d40b669df2ef7c 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Printer drivers for CUPS from the Gutenprint project 
+
 VER        = 5.2.9
 
 THISAPP    = gutenprint-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       = cups
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 3b89cc509bc7b2eb8be8d89fd15cfa5e93efa4a7..1101eeafc4afe43340a0f0b4d3f47d26ce7dc384 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The Reliable, High Performance TCP/HTTP Load Balancer 
+
 VER        = 2.2.4
 
 THISAPP    = haproxy-$(VER)
@@ -36,6 +38,7 @@ PAK_VER    = 19
 
 DEPS       =
 
+SERVICES   = haproxy
 
 ifeq "$(BUILD_ARCH)" "riscv64"
        LDFLAGS += -latomic
@@ -97,7 +100,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                /var/ipfire/backup/addons/includes/haproxy
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,haproxy)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Logrotate
        -mkdir -pv /etc/logrotate.d
index 73262f4c27057219a40f20fae2eacadf79c550b7..cb2626bf3a76c2dce4bb63493253463ddc70e185 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Daemon for running a WPA capable Access Point 
+
 VER        = 581dfcc
 
 THISAPP    = hostapd-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 58
 
 DEPS       =
 
+SERVICES   = hostapd
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -87,7 +91,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP)/hostapd && make install
        install -v -m 644 $(DIR_SRC)/config/backup/includes/hostapd /var/ipfire/backup/addons/includes/hostapd
        # install initscript
-       $(call INSTALL_INITSCRIPT,hostapd)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        mkdir -p /var/ipfire/wlanap
        touch /var/ipfire/wlanap/settings
        cp -vrf $(DIR_SRC)/config/hostapd/hostapd.conf /var/ipfire/wlanap/hostapd.conf
index c783a0e3415a50fd752b955665375ad3bdf32f39..fb45605f79640cc08c441ed160e6ed2f2ad62b70 100644 (file)
--- a/lfs/hplip
+++ b/lfs/hplip
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = HP's Printing, Scanning, and Faxing Software 
+
 VER        = 3.21.6
 
 THISAPP    = hplip-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 6
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index d874c861440a10221f9519bef1189726ca1a55a5..aa63b0285706f2ebd54e3f62b0acf2914596eb76 100644 (file)
--- a/lfs/htop
+++ b/lfs/htop
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = An Interactive text-mode Process Viewer for Linux 
+
 VER        = 3.1.2
 
 THISAPP    = htop-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 18
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
index 456f6638888041be86ed84545fdaf8b5d06ff15b..4e82efa7ee596e1cbd46a2c53e38c33340fd02ba 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Network monitoring application
+
 VER        = 1.11.4
 
 THISAPP    = icinga-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       = nagios-plugins
 
+SERVICES   = icinga
+
 CFLAGS    += -fcommon
 
 ###############################################################################
index 9c95e1b668a82f258bac9bafa495f436dcb0d2d3..73ac2157db5bc47a0a8cf7cc6f3135a3a2e4dc7e 100644 (file)
--- a/lfs/iftop
+++ b/lfs/iftop
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Real-Time Interface Bandwidth Usage
+
 VER        = 1.0pre4
 
 THISAPP    = iftop-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
index bd6407bdc13ae5e7ed5a30f3e490cc6107a179bd..6a48d0df0e94b7e426631e98a55f90bb5b5a4282 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Multicast router utilizing IGMP forwarding
+
 VER        = 0.3
 
 THISAPP    = igmpproxy-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 6
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index bc5008a523471015d632bb158dbbfd825fde167b..3b936c98483199f80d1e28d6769b11721b3287cb 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Internationalization Tool Collection
+
 VER        = 0.51.0
 
 THISAPP    = intltool-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 8a1625b65544e42003e07eb0cfa31ef6870d27a3..e1907691625b3f04ed60adfd8ceb6ba8f0a7cf23 100644 (file)
--- a/lfs/iotop
+++ b/lfs/iotop
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Top Like UI to Show Per-Process I/O Going on
+
 VER        = 0.6
 
 THISAPP    = iotop-$(VER)
@@ -36,6 +38,8 @@ PROG       = iotop
 PAK_VER    = 3
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +58,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        $(PAK)
 
 ###############################################################################
index 07ad3e6ea132019a8d201991d6f8f968d3d47b6d..9e9264cd2c5ffdc0c849e43259dbea40751974b8 100644 (file)
--- a/lfs/iperf
+++ b/lfs/iperf
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A tool to measure network performance
+
 VER        = 2.0.14a
 
 THISAPP    = iperf-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index ba3b1b942a2d41e8e89ad1b1d209f70d13606709..95a527c4262bb33c4369e02e8a52ad2bd38a67dd 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A tool to measure network performance
+
 VER        = 3.10.1
 
 THISAPP    = iperf-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 3a5ace55214fd923b8793b94506f5898661e0e9a..2cd47b13053876214729c7edcb7941f462e1ea1a 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = TCP/IP Network Monitor
+
 VER        = 1.2.1
 
 THISAPP    = iptraf-ng-$(VER)
@@ -36,6 +38,8 @@ PAK_VER          = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 1f1026131435ab4d44d3b4fd4bfe0d5c731c31a6..9d1532e2f695811775dcb3b82384c0f533b40df0 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A Utility for Administering the Linux Virtual Server
+
 VER        = 1.29
 
 THISAPP    = ipvsadm-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
diff --git a/lfs/joe b/lfs/joe
index d89b4479010a6228dec1463298fc3adf7b265254..51032f8ee833007354b5fd57f8d205fbde20e713 100644 (file)
--- a/lfs/joe
+++ b/lfs/joe
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A Text Editor
+
 VER        = 4.6
 
 THISAPP    = joe-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 9916b5e421c2373ef13b22135f0a727124df3f03..e5aa2ec4433edc2110ed029ffac5b4aff1829d86 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A keepalive facility for Linux
+
 VER        = 2.2.4
 
 THISAPP    = keepalived-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 10
 
 DEPS       =
 
+SERVICES   = keepalived
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -86,7 +90,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                /var/ipfire/backup/addons/includes/keepalived
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,keepalived)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index f72c12fd0dec32c00a612489c12374fe98a8ec8a..59853704cb4c1354243436e76c33af6f1ac3d928 100644 (file)
--- a/lfs/krb5
+++ b/lfs/krb5
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Kerberos
+
 VER        = 1.19.2
 
 THISAPP    = krb5-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index f7cbb22051e377563afe445d5cf04430214806d2..38ca186ccdfd6c3a041b4c29c0478735f28f353f 100644 (file)
--- a/lfs/lame
+++ b/lfs/lame
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The LAME MP3 encoder
+
 VER        = 3.100
 
 THISAPP    = lame-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index e5c4ee34572d7f286a382abbbac1a0cba41c9431..c5e758b8daaf0c3d9904e38f7bcf59559a1e082b 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Daemon capable of showing info on LCD displays
+
 VER        = 0.5.7
 
 THISAPP    = lcdproc-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       = 
 
+SERVICES   = lcdproc
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -98,7 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cp -vf $(DIR_SRC)/config/lcdproc/{LCDd,lcdproc}.conf /etc/lcdproc
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,lcdproc)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        ln -sf ../init.d/lcdproc /etc/rc.d/rc3.d/S60lcdproc
        ln -sf ../init.d/lcdproc /etc/rc.d/rc0.d/K40lcdproc
index 4edb3fcb052be33424982992cf0cfe9c981dfbb9..934d384115b3259348d8a1f05c8a9cb66a4164bb 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = IPC library used by GnuPG version 2
+
 VER        = 2.5.4
 
 THISAPP    = libassuan-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 6
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 201cd8351bb98e17a62cdb6e1154faede3eb6c5b..7ab12e835d29a9000acf16378d6ed65f6d15bc66 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Basic data structures in C (libstdc++ wrapper)
+
 VER        = 0.3.5
 
 THISAPP    = libcdada-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 2
 
 DEPS       = 
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 276d17e5ac8fbf6aaef15e74fd4dc9632663a023..7018efa41168a87e430b53eabd6dc75fe474108f 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Lightweight C library That Eases the Writing of UNIX Daemons
+
 VER        = 0.14
 
 THISAPP    = libdaemon-$(VER)
@@ -34,6 +36,10 @@ TARGET = $(DIR_INFO)/$(THISAPP)
 PROG       = libdaemon
 PAK_VER    = 1
 
+DEPS       =
+
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 49d401d85e8345feda2a95aed1214af9c55d77af..8c15e2ce7a448ca6c3db28b798255193067715e7 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = An EXIF Tag Parsing Library for Digital Cameras
+
 VER        = 0.6.22
 
 THISAPP    = libexif-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index b0263f267e5307fd8ed81b43fe26a41f39ae090c..1e0c4f3adec9ec1614f2cd5f1bee2d01bc4a8c45 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = ID3 Tag Manipulation Library
+
 VER        = 0.15.1b
 
 THISAPP    = libid3tag-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 99a20f0a12aa81161624fb0af0dc918490603938..968383f56a7e613b4084fec91a8b1f96ed3fafa7 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = An MPEG audio decoder library
+
 VER        = 0.15.1b
 
 THISAPP    = libmad-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -Wa,--noexecstack
 
 ###############################################################################
index ee18a37a612b1a4ace7e38084c5fb4fcf8f05cf9..65a7e8545b142628b6bde3672ff94db459c42592 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Library for interfacing the Music Player Daemon
+
 VER        = 2.19
 
 THISAPP    = libmpdclient-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 86c1d221106a9f396d1dd8b7253c592230045031..97b5515d87d73a84ae36d5a57b17e0cbca5c6eb0 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = MPEG-2 Video Stream Decoder
+
 VER        = 0.4.1
 
 THISAPP    = mpeg2dec-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 59a0a3fa18754c80c23e65e63f64a348d6e8704d..afc527bebb0ea9c0bd236b1910b2028eb5562a0d 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Ogg Bitstream Library
+
 VER        = 1.3.5
 
 THISAPP    = libogg-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 707722362e19c2ffc059b6e5eba13b42f26a90ec..61b231e4a878566039cf1871fa2f08de474877a8 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Generic PCI access library
+
 VER        = 0.16
 
 THISAPP    = libpciaccess-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index c748c56474f1af7018abacc591477bdca033eea3..be62f0a4fcb617b808ecab2d014a283e5e3e4c5e 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = An implementation of Primary Rate ISDN
+
 VER        = 1.4.10.2
 
 THISAPP    = libpri-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 616a61c919b0f1994c5dc26f2d384262b1bc7826..17930291d428b7f52b987dbe7d86074b458beebb 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A Seccomp (mode 2) helper library
+
 VER        = 2.5.3
 
 THISAPP    = libseccomp-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 6
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 90d0f03461fd529fc6ab86a162ccff6c96734a74..09baa141af4f62481347b518afe4a24a32818bb4 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Library for communcating with Icecast servers
+
 VER        = 2.4.3
 
 THISAPP    = libshout-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 192e9b0135e97fa35d515a472b92fe6b84e921a2..1a316dad6b0549050dc6758842f4bf1afb1a1b2a 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Package dependency solver using a satisfiability algorithm
+
 VER        = 0.7.19
 
 THISAPP    = libsolv-$(VER)
@@ -36,6 +38,8 @@ PROG       = libsolv
 DEPS       =
 PAK_VER    = 4
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 546524be572be5c888101492a0845075bc01f0f0..6f400b3ad74efc3bee588c5f60f06735d60c92f2 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Samba talloc Library
+
 VER        = 2.3.1
 
 THISAPP    = talloc-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 8858185689ea0001afde58dcbc7e46d8ee5bdb78..f9b7afc63da17606918a626cd19a15381153f067 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The Tiff Library (with JPEG and compression support)
+
 VER        = 4.3.0
 
 THISAPP    = tiff-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 0b529724c21fd5d3f482d1106c4681e91e414a51..43768bf998593df28238be33b10d7c1adc49a3a8 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Transport Independent RPC Library
+
 VER        = 1.3.1
 
 THISAPP    = libtirpc-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
index 13eff5a73017cbc7993f0fe2b516f169a4c22ef3..a5a7286d99d2be92a8a02c569fa0311ba0bdc018 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = USB Network Redirection protocol
+
 VER        = 0.8.0
 
 THISAPP    = usbredir-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index bc0dfc03645a622cef9e4d3112b54cdbe961b356..ec0154e5bdbbe1684ba19140fbcff80f964a821c 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY           = Server side daemon and supporting files for libvirt
+
 VER        = 7.10.0
 
 THISAPP    = libvirt-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 27
 
 DEPS       = ebtables libpciaccess libtirpc libyajl ncat qemu
 
+SERVICES   = libvirtd virtlogd
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -115,8 +119,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ninja -C builddir/ install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,libvirtd)
-       $(call INSTALL_INITSCRIPT,virtlogd)
+       @$(call INSTALL_INITSCRIPTS,$(SERVICES))
        mv /usr/libexec/libvirt-guests.sh /etc/rc.d/init.d/libvirt-guests
 
        # Backup
index 5d8c398116153de598977f3d1d9562e7de098d78..336aae9c01e84d52cabbeeeefac9c36cf514e278 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The Vorbis General Audio Compression Codec
+
 VER        = 1.3.6
 
 THISAPP    = libvorbis-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       = libogg
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 1cbdc89c7c06ecacd865ea38e8f7e7dd720c3480..dea6b4963692028a8573da6b09f67cedef94a6e0 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Yet Another JSON Library
+
 VER        = 2.1.0
 
 THISAPP    = libyajl-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 1e22bed055562170ea669be777551e8590932df2..d568d4af597ac865243ca62f85e46ca898eceece 100644 (file)
--- a/lfs/lshw
+++ b/lfs/lshw
@@ -25,6 +25,8 @@
 
 include Config
 
+SUMMARY    = HardWare LiSter 
+
 VER        = B.02.19.2
 
 THISAPP    = lshw-$(VER)
@@ -32,11 +34,13 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = lshw
+PROG       = lshw
 PAK_VER    = 1
 
 DEPS       = 
 
+SERVICES    =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 8a8408a6e4369350a80608b3752eb4b48107019b..1921841e3c0a8fa81c71fef1a7fdf90f5e900169 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Library and system call tracer for programs
+
 VER        = 0.7.3
 SUP_ARCHES = x86_64 armv6l
 
@@ -37,6 +39,8 @@ PAK_VER    = 2
 
 DEPS       = elfutils
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index e6f2007b010ce51f22152c132062e1776a42c413..f4b693489fce38f47f3e55ba09ba7552451a2449 100644 (file)
--- a/lfs/lynis
+++ b/lfs/lynis
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Security and System auditing tool
+
 VER        = 3.0.6
 
 THISAPP    = lynis-$(VER)
@@ -34,8 +36,11 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = lynis
 PAK_VER    = 10
+
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index f6ba0ccd6ca8c2c62fabffe09cca85892c870b72..3c2d8154253e176c672fc4e77f94a539c501f573 100644 (file)
--- a/lfs/make
+++ b/lfs/make
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = GNU make
+
 VER        = 4.3
 
 THISAPP    = make-$(VER)
@@ -35,6 +37,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 # Normal build or $(TOOLS_DIR) build.
 #
 ifeq "$(ROOT)" ""
diff --git a/lfs/mc b/lfs/mc
index 9ef542bac7e01f97c695a664b93377b2483e0e2c..d8324e898c1ddda8236f5e19027ffe81cec27dec 100644 (file)
--- a/lfs/mc
+++ b/lfs/mc
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Midnight Commander
+
 VER        = 4.8.27
 
 THISAPP    = mc-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 22
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index b9213dd00e31c5564ba3964003b6a626f55b0a7a..72123c91587266217202d6e5e2d40d1ff45eb439 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Log Machine Check Events
+
 VER        = 175
 
 THISAPP    = mcelog-$(VER)
@@ -37,6 +39,8 @@ SUP_ARCH   = x86_64
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index afe4bfc1870a6b502a96231c1c1adbe52f4b4a16..310129658b923492ac5e991e58269beb48761c0b 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A mDNS repeater
+
 VER        = 1.10
 
 THISAPP    = mdns-repeater-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   = mdns-repeater
+
 CFLAGS    += -DHGVERSION='\"$(VER)\"'
 
 ###############################################################################
@@ -83,7 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && install -v -m 755 mdns-repeater /usr/bin
 
        # install initscripts
-       $(call INSTALL_INITSCRIPT,mdns-repeater)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index 7e6ec7586cf607e30d0e50e85478ee3339e64603..c8cb05559cda97ce58e242021f380ad2ed2399ff 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A Terminal Program
+
 VER        = 2.8
 
 THISAPP    = minicom-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
index a0e09a0a3744b8ca6d9357d31485303d3a04e1b4..b84b07a831cb4505c917c2ad1d6a4aa679323d56 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = DLNA compatible server
+
 VER        = 1.3.0
 
 THISAPP    = minidlna-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 8
 
 DEPS       = ffmpeg flac libexif libid3tag libogg
 
+SERVICES   = minidlna
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -88,7 +92,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -m 644 $(DIR_SRC)/config/minidlna/minidlna.conf /etc
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,minidlna)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        
        #install backup definition
        install -v -m 644 ${DIR_SRC}/config/backup/includes/minidlna \
index 51b7e0101e18c42ae66a7d9848a989f2b1cfc8ac..d176fb7c1c65e2cfc5d9ca26b58fc6b5baddccb3 100644 (file)
--- a/lfs/monit
+++ b/lfs/monit
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Utility for monitoring services on a Unix system
+
 VER        = 5.30.0
 
 THISAPP    = monit-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 17
 
 DEPS       =
 
+SERVICES   = monit
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -94,7 +98,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -v -m 600 $(DIR_SRC)/config/monit/monitrc /etc
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,monit)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install start links and backup include file.
        ln -sf ../init.d/monit /etc/rc.d/rc3.d/S60monit
diff --git a/lfs/mpc b/lfs/mpc
index 47b0694011e50db8a78e3b1e619a96fa590a1acf..f8643f0941e514e7643f8fdffa35d35398367d95 100644 (file)
--- a/lfs/mpc
+++ b/lfs/mpc
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Client for the Music Player Daemon
+
 VER        = 0.33
 
 THISAPP    = mpc-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 8
 
 DEPS       = mpd libmpdclient
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
diff --git a/lfs/mpd b/lfs/mpd
index ef6f7afbb798caa13b7d0268ca303ff26053769e..a86f2852dc9bb96ee276ce8c74cd9ab4cd7f32ab 100644 (file)
--- a/lfs/mpd
+++ b/lfs/mpd
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Music Player Daemon 
+
 VER        = 0.22.6
 
 THISAPP    = mpd-$(VER)
@@ -37,6 +39,8 @@ SUP_ARCH   = aarch64 armv6l x86_64
 
 DEPS       = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr
 
+SERVICES   = mpd
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -98,7 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ninja -C builddir/ install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,mpd)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        touch /var/log/mpd.error.log
index 94fce614e77e102b3d2f7e146f66c0d948b21a93..fc8a1dd596e04c2986edb5dc266c3816476d3472 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = IPFire integration for the Music Player Daemon
+
 VER        = ipfire
 
 THISAPP    = mpfire-$(VER)
@@ -34,6 +36,8 @@ PAK_VER    = 14
 
 DEPS       = mpd mpc
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
diff --git a/lfs/mtr b/lfs/mtr
index f2252e1dc00751a77eb6624e9697c479238ab3a0..50fd054a883e1f449c8f5954decf3f3965efd157 100644 (file)
--- a/lfs/mtr
+++ b/lfs/mtr
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Ping and Traceroute Network Diagnostic Tool
+
 VER        = 0.94
 
 THISAPP    = mtr-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index cdf1910b08252639c83d3c0ae65c0a840c85f8b4..140db54c8b112f2aea178e314f5df55f5f07aaf3 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The Nagios Plug-Ins
+
 VER        = 2.3.3
 
 THISAPP    = nagios-plugins-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 6
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 260bcc810f3466386afea428861753fdb4c8678c..cdbe747b4370374570263bc2feb65546b3cc2f0d 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Nagios Remote Plug-In Executor
+
 VER        = 4.0.3
 
 THISAPP    = nrpe-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 9
 
 DEPS       = nagios-plugins
 
+SERVICES   = nrpe
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -94,7 +98,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install-config
 
        # install initscript
-       $(call INSTALL_INITSCRIPT,nrpe)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        install -v -m 644 ${DIR_SRC}/config/backup/includes/nagios_nrpe \
                /var/ipfire/backup/addons/includes/nagios_nrpe
index d9a0dbfd69602893ea760159c4adc891ad8dfa4d..e13696debb7693eb56beef09397ebcdedfeaa9af 100644 (file)
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Pico editor clone with enhancements
+
 VER        = 6.0
 
 THISAPP    = nano-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 40
 
 DEPS       = ""
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 0e327a043d927c0c7597b9fb89dcb51afc538d54..c994706ddf3e58a59b32ab09dcc4f2d50703d253 100644 (file)
--- a/lfs/ncat
+++ b/lfs/ncat
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Network tool to concatenate and redirect sockets
+
 VER        = 7.91
 
 THISAPP    = ncat-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 7570aaddd284b9e2a2a4695ff0876296f3e95035..e75187317d2f413ea01bc982172ad97819376313 100644 (file)
--- a/lfs/ncdu
+++ b/lfs/ncdu
@@ -25,6 +25,8 @@
 
 include Config
 
+SUMMARY    = NCurses Disk Usage
+
 VER        = 1.16
 
 THISAPP    = ncdu-$(VER)
@@ -32,11 +34,13 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = ncdu
+PROG       = ncdu
 PAK_VER    = 2
 
 DEPS       = 
 
+SERVICES    =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 5a293d5e41340ead79de99a0c02cee397098de77..e84376a71cd5662187fbc322e316e9d855180b2c 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = AppleShare file server
+
 VER        = 3.1.12
 
 THISAPP    = netatalk-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       = avahi dbus krb5
 
+SERVICES   = netatalk
+
 CFLAGS    += -fcommon -Wno-unused-result
 
 ###############################################################################
@@ -93,7 +97,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                /var/ipfire/backup/addons/includes/netatalk
 
        # Install initscript
-       $(call INSTALL_INITSCRIPT,netatalk)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index fb0a5b294d49f6e436bccc45c961436338ae0878..f16d670f72421c550e4f317aadc57d1f24fdb958 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A Graphics Conversion Package
+
 VER        = 10.73.31
 
 THISAPP    = netpbm-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -flax-vector-conversions
 
 ###############################################################################
index d8243e1d935f87a819a175f61f67341132b16207..fa5970748623294d44988121f7b03c2cae5ab11d 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = SNMP Daemon
+
 VER        = 5.9.1
 
 THISAPP    = net-snmp-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 12
 
 DEPS       =
 
+SERVICES   = netsnmpd
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -103,7 +107,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                /var/ipfire/backup/addons/includes/netsnmpd
 
        # install initscripts
-       $(call INSTALL_INITSCRIPT,netsnmpd)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        ln -sf ../init.d/netsnmpd /etc/rc.d/rc3.d/S65netsnmpd
        ln -sf ../init.d/netsnmpd /etc/rc.d/rc0.d/K02netsnmpd
diff --git a/lfs/nfs b/lfs/nfs
index 702f7116fb98a9d8238e1142676d09be8fa3565b..9ebc3b6600d962d837bd8972bda92e5e8d34739d 100644 (file)
--- a/lfs/nfs
+++ b/lfs/nfs
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Support Utilities for Kernel nfsd
+
 VER        = 2.5.3
 
 THISAPP    = nfs-utils-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 16
 
 DEPS       = rpcbind
 
+SERVICES   = nfs-server
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -88,7 +92,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        # Install initscript
-       $(call INSTALL_INITSCRIPT,nfs-server)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install configuration
        mkdir -pv $(CONFIG_ROOT)/nfs
index 183fae1ded0c2e565e944226a8f897eef3c1f756..727d414ef11f45700ead9be6c464a160ca3c15f0 100644 (file)
--- a/lfs/nginx
+++ b/lfs/nginx
@@ -24,6 +24,7 @@
 
 include Config
 
+SUMMARY    = A HTTP server and IMAP/POP3 proxy server
 VER        = 1.19.2
 
 THISAPP    = nginx-$(VER)
@@ -34,6 +35,10 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG      = nginx
 PAK_VER           = 11
 
+DEPS       =
+
+SERVICES   = nginx
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index bd2ea9b03fa6e018cff2817c794ccd04d2c5279d..926912b32c5b33db018dc0adc5d80e1ef29d2195 100644 (file)
--- a/lfs/nmap
+++ b/lfs/nmap
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Network exploration tool and security scanner
+
 VER        = 7.91
 
 THISAPP    = nmap-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 13
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
diff --git a/lfs/nut b/lfs/nut
index 4af5657c5b9ee0113a8687e52bc5214c81e18768..625f7f094580616f48ffea5980acb0cb8f28a7d4 100644 (file)
--- a/lfs/nut
+++ b/lfs/nut
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Network UPS Tools Core (Uninterruptible Power Supply Monitoring)
+
 VER        = 2.7.4
 
 THISAPP    = nut-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+SERVICES   = nut
+
 CXXFLAGS  += -std=c++11
 
 ###############################################################################
@@ -89,7 +93,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        mkdir -p /var/state/ups
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,nut)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        install -v -m 644 $(DIR_SRC)/config/backup/includes/nut \
                         /var/ipfire/backup/addons/includes/nut
index 9fddb69d6e6ba9ad3f3560a942a5f6a60eefa1ab..d1c800a61140f532b55b1967f5d761eec13da300 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Observium agent
+
 VER        = 18.9.1
 
 THISAPP    = observium-community-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       = xinetd
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index de583305fa9cd317e8b9160aeae90f9c3d30ef5c..91c3baeb62c0fad531451ae7107c711111202fd5 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Open Virtual Machine Tools
+
 VER        = stable-11.3.0
 
 THISAPP    = open-vm-tools-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 8
 
 DEPS       = libtirpc
 
+SERVICES   = openvmtools
+
 CFLAGS    += -Wno-error=array-bounds
 
 ###############################################################################
@@ -99,7 +103,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,openvmtools)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        ln -sf ../init.d/openvmtools /etc/rc.d/rc3.d/S60openvmtools
        ln -sf ../init.d/openvmtools /etc/rc.d/rc0.d/K01openvmtools
        ln -sf ../init.d/openvmtools /etc/rc.d/rc6.d/K01openvmtools
index 0ce5a99c17a31ae2809345d0d42e5a818d47bf62..bce8b618d654d02c2d3e262ebe822772eca24609 100644 (file)
--- a/lfs/opus
+++ b/lfs/opus
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Opus Audio Codec Library
+
 VER        = 1.3.1
 
 THISAPP    = opus-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 19d546420ec3cd1c3639216b2c323e2bf1876823..91b4c45c2e45ca335d4555eda23305d0821410a6 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = GNU partitioner
+
 VER        = 3.4
 
 THISAPP    = parted-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 5879c1fceb65e674189178d0054f44800bdaa557..4e36c6b2858693d074975d1b354e0215a40ce38c 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Firmware files for PC Engines apu system boards
+
 VER        = 4.15.0.1
 
 THISAPP    = pcengines-apu-firmware-$(VER)
@@ -36,6 +38,8 @@ SUP_ARCH   = x86_64
 
 DEPS       = firmware-update
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index b71e2a221e82e20c28b687fea65003f306a1703b..fc77f4b3ea9bf2a1d222025f8f4b461a902ad0ee 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Helper programs for PC-Cards
+
 VER        = 014
 
 THISAPP    = pcmciautils-$(VER)
@@ -33,8 +35,11 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = pcmciautils
 PAK_VER    = 1
+
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 5fee316aeb0d7581e212372b451439f6d4a9565a..c69d24333c49d0e67910988af937c06c1f15e0da 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Perl extension adding a SASL Authentication framework
+
 VER        = 2.16
 
 THISAPP    = Authen-SASL-$(VER)
@@ -35,6 +37,8 @@ PROG       = perl-Authen-SASL
 DEPS       =
 PAK_VER    = 3
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index ce5e92649fe16f95d65db6eb95c3c849f35b04df..4d52b16b04ae3df9eae1fca0f08d9ca6b54a1f70 100644 (file)
@@ -24,6 +24,9 @@
 ###############################################################################
 
 include Config
+
+SUMMARY    = Perl extension for reporting errors from perspective of caller of a "clan" of modules
+
 VER        = 6.08
 
 THISAPP    = Carp-Clan-$(VER)
@@ -35,6 +38,8 @@ PROG       = perl-Carp-Clan
 DEPS       =
 PAK_VER    = 6
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 2b263596ab54391aeec13c2fe2c8e933c57c24d1..50500dc505a7b2eb0617459ca496422a4787ed37 100644 (file)
@@ -23,6 +23,9 @@
 # Definitions
 ###############################################################################
 include Config
+
+SUMMARY    = Perl extension for Gregorian calendar date calculations
+
 VER        = 6.4
 
 THISAPP    = Date-Calc-$(VER)
@@ -34,6 +37,8 @@ PROG       = perl-Date-Calc
 DEPS       = perl-Carp-Clan
 PAK_VER    = 6
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index c945ff9f8cb778432a3eb6a0cc97f1d4869faad1..6ab212450753bba645e3a08a7b5f6a5d78fa2190 100644 (file)
@@ -23,6 +23,9 @@
 # Definitions
 ###############################################################################
 include Config
+
+SUMMARY    = Perl extension adding date manipulation routines
+
 VER        = 6.86
 
 THISAPP    = Date-Manip-$(VER)
@@ -34,6 +37,8 @@ PROG       = perl-Date-Manip
 DEPS       =
 PAK_VER    = 8
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 16507972a11e3c0ec2b80278851b913944d1ff1d..a778ca95e4fec1da1f9134253f6693793672d978 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Perl extension to read a file backwards by lines
+
 VER        = 1.05
 
 THISAPP    = File-ReadBackwards-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 6b979ef87b6066fdfee7c0693d44ab18d675c595..c310404ac2697b15cf0ddb51980fa7b9ae4b9f48 100644 (file)
@@ -24,6 +24,9 @@
 ###############################################################################
 
 include Config
+
+SUMMARY    = Perl extension for reading from continously updated files
+
 VER        = 1.3
 
 THISAPP    = File-Tail-$(VER)
@@ -35,6 +38,8 @@ PROG       = perl-File-Tail
 DEPS       =
 PAK_VER    = 6
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 95f56bf5d194b4ffa02ad8db314e82a97ebe7739..1f98a7f18f947d1a6967cdff142d6c203e3632d4 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Perl extension for encoding and decoding of base64 strings
+
 VER        = 3.16
 
 THISAPP    = MIME-Base64-$(VER)
@@ -35,6 +37,8 @@ PROG       = perl-MIME-Base64
 DEPS       =
 PAK_VER    = 4
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index b840f9bae64c5e4b41caf4a5aecfde4d08e1910a..65f91632221cef913e418fe2d24e04c013c19f66 100644 (file)
@@ -23,6 +23,9 @@
 # Definitions
 ###############################################################################
 include Config
+
+SUMMARY    = Perl extension for manipulating IPv4/IPv6 addresses
+
 VER        = 1.26
 
 THISAPP    = Net-IP-$(VER)
@@ -35,6 +38,8 @@ PROG       = perl-Net-IP
 DEPS       =
 PAK_VER    = 3
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 39ba15abec72f5a2a3240d55ee30278f5b72b45b..66c7c446f27915cf666bc340d1e00632b5f2c903 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Perl extension adding SSL support for Net::SMTP
+
 VER        = 1.04
 
 THISAPP    = Net-SMTP-SSL-$(VER)
@@ -35,6 +37,8 @@ PROG       = perl-Net-SMTP-SSL
 DEPS       =
 PAK_VER    = 4
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index b93bfc8b7cd45cb8514404fcbe144d32fe184897..9b3ac5671caac88e75165628f5177c8d4062b4a2 100644 (file)
@@ -24,6 +24,8 @@
 ###############################################################################
 
 include Config
+SUMMARY    = Perl extension for generating and using LALR parsers
+
 VER        = 1.21
 
 THISAPP    = Parse-Yapp-$(VER)
@@ -35,6 +37,8 @@ PROG       = perl-Parse-Yapp
 DEPS       =
 PAK_VER    = 2
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index fa5fae7a4138aeee10d8436a90e71f87e8b739d4..612d84db16fc77bf4d1112ac51bb377760650a34 100644 (file)
@@ -23,6 +23,9 @@
 # Definitions
 ###############################################################################
 include Config
+
+SUMMARY    = TimeDate Perl module
+
 VER        = 2.33
 
 THISAPP    = TimeDate-$(VER)
@@ -34,6 +37,8 @@ PROG       = perl-TimeDate
 DEPS       =
 PAK_VER    = 6
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 42ea4a77d95b36bf70b47482b553444a32025c5c..df57beddd1dcf4ab4326f616729e1e4b7008314c 100644 (file)
@@ -23,6 +23,9 @@
 # Definitions
 ###############################################################################
 include Config
+
+SUMMARY    = Save a tree AND a kitten, use common::sense!
+
 VER        = 3.74
 
 THISAPP    = common-sense-$(VER)
@@ -35,6 +38,8 @@ PROG       = perl-common-sense
 DEPS       =
 PAK_VER    = 3
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 4fd9fe8c73f3abae6849dc64867a1c6afea0282d..a2a51ba28cee535deed65e7673317842c60076f0 100644 (file)
@@ -25,6 +25,8 @@
 
 include Config
 
+SUMMARY    = Perl extension adding message handling functions
+
 VER        = 1.05
 
 THISAPP    = perl-gettext-$(VER)
@@ -36,6 +38,8 @@ PROG       = perl-gettext
 DEPS       =
 PAK_VER    = 5
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index f02c34ecd42c107f4b41b01f8967f135e2453c5e..2403165c878040c8e156f1f0f7f7ee27182e98ee 100644 (file)
@@ -25,6 +25,7 @@
 
 include Config
 
+SUMMARY    = Perl extension for Scalable directory/file change notification
 VER        = 1.22
 
 THISAPP    = Linux-Inotify2-$(VER)
@@ -37,6 +38,8 @@ PROG       = perl-inotify2
 DEPS       = perl-common-sense
 PAK_VER    = 3
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 2307f8c87c304394d2bd671ad258e95a6506745b..9fef56729f9d7bd04f18d7a3becbb232a62a353e 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Accounting and aggregation toolsuite for IPv4 and IPv6
+
 VER        = 1.7.6
 
 THISAPP    = pmacct-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 2
 
 DEPS       = libcdada
 
+SERVICES   = pmacct
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -95,7 +99,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        #install initscripts
-       $(call INSTALL_INITSCRIPT,pmacct)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        # Install backup definition
        install -v -m 644 ${DIR_SRC}/config/backup/includes/pmacct \
                        /var/ipfire/backup/addons/includes/pmacct
index 0dcccadb63b7442c56475c211ca5b8abce55fbdf..728c71cd2f391d6d6cd1309d962b20d08ed158fe 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A fast, secure, and flexible mailer
+
 VER        = 3.6.3
 
 THISAPP    = postfix-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 33
 
 DEPS       =
 
+SERVICES   = postfix
+
 CCARGS     = `getconf LFS_CFLAGS` \
        -DDEF_DAEMON_DIR="'\"/usr/lib/postfix\"'" \
        -DDEF_MANPAGE_DIR="'\"/usr/share/man\"'" \
@@ -114,7 +118,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        mv /usr/sbin/sendmail /usr/sbin/sendmail.postfix
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,postfix)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index b27ef8f37c114dbc8f06ebcc479ed67ce43be25f..c218537975009636f938c6885dab38dc52590ea3 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A Linux Tool to Find out What is Using Power on a Laptop
+
 VER        = v2.10
 
 THISAPP    = powertop-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index c344229003a3df752b70884fd990edba1c1424dd..b853e2ee08f72552b867f177b05c7a7ecbbf056c 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 1.23.21
+SUMMARY    = Python interface for AWS
 
 THISAPP    = botocore-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 4
 
 DEPS       = python3-dateutil python3-jmespath python3-urllib3
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index 1eb66584a27c0760fbc68d16e2eabb0fee39ba27..5921e9f2708e21b9549517a7bfc637005be03ba8 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 0.4.4
+SUMMARY    = Cross-platform colored terminal text
 
 THISAPP    = colorama-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index 01061698f53d1e69aa503a13419f0b4b0ffa3287..063c2cdca0ee5c0eaee7d1c84fe2cde4f2ae2fc9 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 2.8.2
+SUMMARY    = Python library for working with date and datetime objects
 
 THISAPP    = python-dateutil-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +35,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-dateutil
 PAK_VER    = 5
 
-DEPS       = 
+DEPS       =
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index e42a6344640b8fb6af44eac9febbbc098d592dbd..36458a2eec30c76ba233b6ad26cb859bd6e1cc86 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 0.18.1
+SUMMARY    = Python Documentation Utilities
 
 THISAPP    = docutils-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index a1f9e45efa49cf977114e736e8ad77be08509a57..aa6e320bf503f1e0f44881349b73943445a7aa4b 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 0.2.10
+SUMMARY    = MessagePack (de)serializer
 
 THISAPP    = inotify-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,6 +33,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index e28ab37ccce274b29bc67106fc8b2b571be127f0..0d7eb445df94b1ff4a0be90bfa78c4215a283292 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 0.10.0
+SUMMARY    = Python module for declarative JSON document element extraction
 
 THISAPP    = jmespath-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index e9c18b40f2b09949267095a18a7b46c62e2f6504..d08d21a00052bb8ac81546274b485f02a651905d 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = ASN.1 types and codecs
+
 VER        = 0.4.8
 
 THISAPP    = pyasn1-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 345f311e98854ee396c8215e0a41de6688ac404f..494087eaaccbc51e2d309b9294f057ce9acaae5a 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 3.0.6
+SUMMARY    = Grammar Parser Library for Python
 
 THISAPP    = pyparsing-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index 7e575c3c7c2e91ef17a478787cc31500f4fbc1a5..30aee9397512bf5a7bba826d13c91b62cbe404e1 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 4.8
+SUMMARY    = Pure-Python RSA Implementation
 
 THISAPP    = rsa-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index 1353d9a618b8fcd8d9eb59b31e6cb5ac8f9f6060..9871571c1149f6e7e2a356e734794f5273b45638 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 0.5.0
+SUMMARY    = Python S3 transfer manager
 
 THISAPP    = s3transfer-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index 7870fbed2aae751e43cecf97a28364c2655d8240..75d7f41aeb61f3a4638d4bb7a0b9eb66266e7951 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 59.5.0
+SUMMARY    = Enhancements to distutils for building and distributing Python packages
 
 THISAPP    = setuptools-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index eae5bfc4f2b19bd464c199e30080f03201359116..d5a0f344720ada2325cbe109b25f79b22d4c0cef 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 6.3.2
+SUMMARY    = Python setuptools handler for SCM tags
 
 THISAPP    = setuptools_scm-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index e1c4a36d7f60ca5c32c46873867aa478e119b777..287d6d0e3ced0f10828d8d82ba36c82b44bc0ff6 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 1.16.0
+SUMMARY    = Python 2 and 3 compatibility utilities
 
 THISAPP    = six-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index 78cc24dbd35e4778dbd25668fcd7b8570d8b5f0e..e1a4966ffae607e5646cb79a53f0029544822ae8 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 1.26.7
+SUMMARY   = HTTP library with thread-safe connection pooling, file post, and more
 
 THISAPP    = urllib3-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,6 +35,10 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-urllib3
 PAK_VER    = 2
 
+DEPS       =
+
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -52,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index 67584e6d15fc7034327c78f8bf47405077f472ba..6e6d19680a76cc58a00d44bf3e62acaff266c065 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 6.0
+SUMMARY    = YAML parser and emitter for Python
 
 THISAPP    = PyYAML-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index caf16e8300107aee970ec1ade4aaeb62c8d7c65d..48d6187aec5195add94fd847f8ef3bb06d470600 100644 (file)
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Machine emulator and virtualizer
+
 # If you update the version also qemu-ga !!!
 VER        = 6.1.0
 
@@ -37,6 +39,8 @@ PAK_VER    = 32
 
 DEPS       = libusbredir spice libseccomp
 
+SERVICES   =
+
 TARGETS    = \
        i386-linux-user \
        x86_64-linux-user \
index 1a89d4e96ee49901c4625972300b03cf322570d6..62523ab3ddf40715d4cc305d56d9d9b6cbf7d5c6 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Guest agent for QEMU
+
 VER        = 6.1.0
 THISAPP    = qemu-ga-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -32,6 +34,8 @@ PAK_VER    = 1
 
 DEPS       = 
 
+SERVICES   = qemu-ga
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -53,7 +57,7 @@ $(TARGET) :
        @$(PREBUILD)
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,qemu-ga)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index 071b89bd34111761f8f7366fb39b3a2c53dd2662..a1be60a0a2180d019402f7e6b8afcc5248cea56a 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Transport independent RPC portmapper 
+
 VER        = 1.2.6
 
 THISAPP    = rpcbind-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       = libtirpc
 
+SERVICES   = rpcbind
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -87,6 +91,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        #install initscripts
-       $(call INSTALL_INITSCRIPT,rpcbind)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index 3195438a48dabd8801585238ed5c6f86584babf8..714e14c1a3b6bd52ec88d2a6bb9fffd7f74c8d96 100644 (file)
--- a/lfs/rsync
+++ b/lfs/rsync
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Versatile tool for fast incremental file transfer
+
 VER        = 3.2.3
 
 THISAPP    = rsync-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 13
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 69f60152205156fd01e11b5e152e978bf00af1b0..9bfcf7d68d5c040811c6d68ea71febfe778f9263 100644 (file)
--- a/lfs/samba
+++ b/lfs/samba
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 4.15.5
+SUMMARY    = A SMB/CIFS File, Print, and Authentication Server
 
 THISAPP    = samba-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 83
 
 DEPS       = avahi cups libtirpc krb5 perl-Parse-Yapp
 
+SERVICES   = samba
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -118,7 +121,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        install -m 755 $(DIR_SRC)/config/samba/samba-change-password /usr/sbin/samba-change-password
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,samba)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index 6a8b52e6c4d465df7a4cf1d751fde7357571ec18..b20ce29f9b27af877dbf0793daf4e486fe22155d 100644 (file)
--- a/lfs/sarg
+++ b/lfs/sarg
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Squid Analysis Report Generator
+
 VER        = 2.4.0
 
 THISAPP    = sarg-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
index 3530d6675d29c63cd1fa6cbbc5feeae83d81bda7..30605d35e4ec7aada5e3090016872f094513db1c 100644 (file)
--- a/lfs/sdl2
+++ b/lfs/sdl2
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 2.0.20
+SUMMARY    = Simple DirectMedia Layer Library
 
 THISAPP    = SDL2-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 6
 
 DEPS       = alsa
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -67,7 +70,7 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
 $(subst %,%_MD5,$(objects)) :
        @$(MD5)
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
index 2f099548094b7b2e11c9b6300653851b85db4b48..748b323d0b33dc7825855ed7a02a1c8511c8b465 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = An AirPlay audio player
+
 VER        = 3.3.8
 
 THISAPP    = shairport-sync-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 6
 
 DEPS       = alac alsa avahi libdaemon soxr
 
+SERVICES   = shairport-sync
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -95,7 +99,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                /var/ipfire/backup/addons/includes/shairport-sync
 
        # Initscript
-       $(call INSTALL_INITSCRIPT,shairport-sync)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index a6d58118ce593f32173e86ec1b8d0eb568e91b79..4229497992300f491878cf0bdc4d64035daf6570 100644 (file)
--- a/lfs/socat
+++ b/lfs/socat
@@ -25,6 +25,8 @@
 
 include Config
 
+SUMMARY    = Multipurpose relay for bidirectional data transfer
+
 VER        = 1.7.4.2
 
 THISAPP    = socat-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 2
 
 DEPS      = 
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
diff --git a/lfs/sox b/lfs/sox
index 8388c57fcbb39fe91d645d0457b10b19da15b072..2ca7c204e568295a03890c705b853795cb0a7977 100644 (file)
--- a/lfs/sox
+++ b/lfs/sox
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Sound Conversion Tools
+
 VER        = 14.4.2
 
 THISAPP    = sox-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       = libvorbis
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 1660a13ff172e1309f8a0f70613c84e815642c12..f55e3caac7af6fbf97be43ed3d8213b437b97406 100644 (file)
--- a/lfs/soxr
+++ b/lfs/soxr
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The SoX Resampler library
+
 VER        = 0.1.3
 
 THISAPP    = soxr-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 25a3dae1bef2cc5413823a66bb8e93e21a5b8f6a..53898a11e34fbeb612bceed951ec4a7b353408ba 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A DSP library for Telephony and SoftFAX
+
 VER        = 0.0.6
 
 THISAPP    = spandsp-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       = libtiff
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 063ef727ea0d293dcbb13aef5d9078a50867f6dd..36cc7ccd8ec5aeb4296e7f3822a33143d53b7f71 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Spectre & Meltdown Vulnerability Checker
+
 VER        = 0.44
 
 THISAPP    = spectre-meltdown-checker-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index d8e6e60d140edf7a422e6a1dccad9642949c8f80..f35efaaf25675a38ffa6ce918ce541a03d2e20ad 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Command line interface for testing internet bandwidth
+
 VER        = 2.1.3
 
 THISAPP    = speedtest-cli-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 72b132ebdd03b804282d07c148d427d0e69d1a24..63578a354be197f445b219ccfc885c1c1958889e 100644 (file)
--- a/lfs/spice
+++ b/lfs/spice
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A remote display system built for virtual environments
+
 VER        = 0.15.0
 
 THISAPP    = spice-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 6
 
 DEPS       = opus
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index ead5974385611c319b34fd537fd5ce344ca782cd..ba66083c8bc5bb1401e70ea8e1376a54d82d6abe 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = SPICE-protocol definitions
+
 VER        = 0.14.3
 
 THISAPP    = spice-protocol-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 77742554e77f3cb2ed40c09ee87f8d74d310aa63..9476382b3e664336e4cbcde5dba4c6f2e2bb028a 100644 (file)
@@ -9,6 +9,8 @@
 
 include Config
 
+SUMMARY    = SQUID Accounting IPFire extension
+
 VER        = 1.0.4
 
 THISAPP    = squid-accounting-$(VER)
@@ -19,6 +21,8 @@ PAK_VER    = 13
 
 DEPS       = perl-File-ReadBackwards
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index b4f79ab96843c07def908073affa241c8f24e8c1..c73e37da8acbf110195c8c2f1c3543c566b01064 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Antivirus redirector for Squid based on ClamAv
+
 VER        = 5.11
 
 THISAPP    = squidclamav-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 21
 
 DEPS       = clamav
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 07f4190071feb62a8e82fac925946d3d81df3e4e..48ee91305d2e48b6181f8bbc0e9a0cee035251a3 100644 (file)
--- a/lfs/sslh
+++ b/lfs/sslh
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = SSL/SSH multiplexer
+
 VER        = 1.22c
 
 THISAPP    = sslh-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 6
 
 DEPS       =
 
+SERVICES   = sslh
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -81,7 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,sslh)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index 3fdf8e390d550ae823363ab6c202bdd2fd061a07..1b6bb6ae52fbd9bec76caaee6d36dc1a31ec3e2d 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A utility to trace the system calls of a program
+
 VER        = 5.14
 SUP_ARCHES = x86_64 armv6l aarch64
 
@@ -37,6 +39,8 @@ PAK_VER    = 6
 
 DEPS       = elfutils
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index bf336eb9657f3f6bb9986bac344f40261b588d1d..1c18b175212592833d683e7ed9a7cd2b5577293b 100644 (file)
@@ -9,6 +9,8 @@
 
 include Config
 
+SUMMARY    = Tool to load and stress a computer
+
 VER        = 1.0.4
 
 THISAPP    = stress-$(VER)
@@ -21,6 +23,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 0b6524e01cc598c9cb9e5841820fe403ae10a328..9df9b96a34f12979156a070dc66d032e08322c40 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Universal TLS Tunnel
+
 VER        = 5.58
 
 THISAPP    = stunnel-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+SERVICES   = stunnel
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -89,7 +93,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chown -v stunnel:stunnel /var/lib/stunnel
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,stunnel)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
 
        # Install default configuration
index 93f858ae6844b2d5fa1b598b7f97e08f68c16883..d6e1073425d7f2fa26044dd1f1a0af6b8bca975f 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = The Simple WATCHdog
+
 VER        = 3.2.4
 
 THISAPP    = swatchdog-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       = perl-File-Tail perl-Date-Calc perl-TimeDate perl-Date-Manip
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 4f784441b1f62ab5ed88a19cce91dc56ba8eb477..a185adef72cde8f4ecbb529007b28c8da0b4108f 100644 (file)
@@ -9,6 +9,8 @@
 
 include Config
 
+SUMMARY    = A MySQL benchmarking tool
+
 VER        = 1.0.20
 
 THISAPP    = sysbench-$(VER)
@@ -22,6 +24,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index ec903870058a19ad9b2b1297eb908afecd5aed3f..2a535e35a101c0c4daedf0840081d73981d33bee 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Audio Meta-Data Library
+
 VER        = 1.12
 
 THISAPP    = taglib-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 2fcac6d4caff15e340922070238751622ae4dbce..032b8582ca30ec8a6846c24d862460751052da79 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A Packet Sniffer
+
 VER        = 4.99.1
 
 THISAPP    = tcpdump-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 13
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index 8761b14f2a7f1668bb971ad0570acfe556e7c206..7bae0cc160fcbfd961b6613c4aa0c5ce78166455 100644 (file)
 
 include Config
 
+SUMMARY    = A client program for the telnet remote login protocol
+
 VER        = 0.17
+
 THISAPP    = netkit-telnet-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
@@ -35,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index aec900d8afe7b11d024ea23d632b6e3c2325ca8d..63ebd632a819f4ff767c5f72979fe6aeb44d6073 100644 (file)
--- a/lfs/tftpd
+++ b/lfs/tftpd
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A conglomerate of a number of versions of the BSD TFTP code
+
 VER        = 5.2
 
 THISAPP    = tftp-hpa-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   = tftpd
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -84,6 +88,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
        mv -fv /usr/sbin/in.tftpd /usr/sbin/tftpd
        #install initscripts
-       $(call INSTALL_INITSCRIPT,tftpd)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index e55d38a27ec56aca60ace41b42a4992d42ba4712..918712e77b14b0f960ca9d4b68fe6870bdf3ab22 100644 (file)
--- a/lfs/tmux
+++ b/lfs/tmux
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Terminal multiplexer
+
 VER        = 3.2a
 
 THISAPP    = tmux-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 9
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
diff --git a/lfs/tor b/lfs/tor
index aca9c0c927389d366eb7ee3b739e3a9c98f0ba55..c0a67ea6c1931842c15b41611d38617ab4400274 100644 (file)
--- a/lfs/tor
+++ b/lfs/tor
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Anonymizing overlay network for TCP (The onion router)
+
 VER        = 0.4.6.9
 
 THISAPP    = tor-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 66
 
 DEPS       = libseccomp
 
+SERVICES   = tor
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -108,7 +112,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                /usr/share/tor/defaults-torrc
 
        # Install initscripts
-       $(call INSTALL_INITSCRIPT,tor)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install start links and backup include file.
        ln -sf ../init.d/tor /etc/rc.d/rc3.d/S60tor
index 0ec14538e585e6960b5c8c3ef432b096949ede4e..9334f47a25ae8184535e3d2026e494a159f40b15 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Packet route path tracing utility
+
 VER        = 2.1.0
 
 THISAPP    = traceroute-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index d9c82aaae225725e66842701da4d35685bb7cd51..f06f0be08d9bf160416d43c53dfc4ce4f0e3af56 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A BitTorrent client with multiple UIs
+
 VER        = 3.00
 
 THISAPP    = transmission-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 17
 
 DEPS       =
 
+SERVICES   = transmission
+
 CXXFLAGS  += -fno-exceptions
 
 ###############################################################################
@@ -89,7 +93,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chown -Rv nobody.nobody /etc/transmission
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,transmission)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install backup include
        install -v -m 644 $(DIR_SRC)/config/backup/includes/transmission \
index 5c62d0968ed35e24bb44590529578ea0ce52f21b..676fc4ab297f154e1713d0b649ae5d006650e7f2 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = A Network Traffic Analyser
+
 VER        = 3.4.7
 
 THISAPP    = wireshark-$(VER)
@@ -35,6 +37,8 @@ PROG       = tshark
 DEPS       = krb5 c-ares
 PAK_VER    = 11
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
diff --git a/lfs/vdr b/lfs/vdr
index 5c7c1ac15b98031158a343fca6c4d466c911d197..8cac181387def6086b105d1b05537dfdabc62baa 100644 (file)
--- a/lfs/vdr
+++ b/lfs/vdr
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Video Disk Recorder
+
 VER        = 2.4.7
 
 # VDRPLUGVER must match with APIVERSION! in config.h
@@ -41,6 +43,8 @@ PAK_VER    = 13
 
 DEPS       = vdr_streamdev
 
+SERVICES   = vdr
+
 CXXFLAGS  += -std=c++11
 
 MAKE_OPTIONS = \
@@ -134,7 +138,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        ln -svf ../../include/vdr/device.h /usr/lib/vdr/device.h
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,vdr)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install start links and backup include file.
        ln -sf ../init.d/vdr /etc/rc.d/rc3.d/S60vdr
index d91d20d721f56e0514d3b28cedc84d2e61b3e544..54adcb2bbb21568e2fa321d671ba7d4206ed179f 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = DVBAPI plugin for VDR
+
 VER        = 2.2.5
 
 THISAPP    = vdr-plugin-dvbapi-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 VDRPLUGVER = 2.4.7
 
 EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
index 40b7811aa47b312c9d6479bcec18faf532cec8fb..bdaf4ace86c403afbe855733464f43a793588307 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Extended EPG (EEPG) plugin for VDR
+
 GIT_VER    = 32b4e669bf8bc6e3336073616c121f10b8518fe8
 VER        = master
 
@@ -40,6 +42,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 VDRPLUGVER = 2.4.7
 
 EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
index f2a88f87b658ab34e3e04aee47f2e01a4c0d0105..5b67969a5aa70f58dae494e59632457f934d04a4 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Searchtimer and replacement of the VDR program menu
+
 VER        = 2.4.0+git20191101
 
 THISAPP    = vdr-plugin-epgsearch_$(VER).orig
@@ -37,6 +39,8 @@ PAK_VER    = 11
 
 DEPS       =
 
+SERVICES   =
+
 VDRPLUGVER = 2.4.7
 
 EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
index 58c5a6438901227f65a0952c6046df0c48eb2ca1..ee4590d7ae8cfb37aeb5cd7e93fd7d267c0b705f 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = VDR implementation of the VTP (Video Transfer Protocol)
+
 VER        = 0.6.1
 GIT_VER    = e2a9b979d3fb92967c7a6a8221e674eb7e55c813
 
@@ -38,6 +40,8 @@ PAK_VER    = 6
 
 DEPS       =
 
+SERVICES   =
+
 VDRPLUGVER = 2.4.7
 
 EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
index 346b19489758b185229ae5129635f3c207451f48..2abf8a943e334d88fdd8c68009f514967f0af43c 100644 (file)
@@ -25,6 +25,8 @@
 
 include Config
 
+SUMMARY    = VDRAdmin-AM, a web user interface for VDR
+
 VER        = 3.6.10
 
 THISAPP    = vdradmin-am-$(VER)
@@ -37,6 +39,8 @@ PAK_VER    = 6
 
 DEPS       = perl-gettext vdr vdr_epgsearch
 
+SERVICES   = vdradmin
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -83,7 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./install-ipfire.sh
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,vdradmin)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        install -v -m 644 $(DIR_SRC)/config/vdradmin/vdradmind.conf \
                 /etc/vdradmin/vdradmind.conf
index df8d3ffe9f2d2a3dd2b02f2915fce73a5a6f9177..571703381d4793c314899c10dc894b07d523f541 100644 (file)
@@ -24,6 +24,7 @@
 
 include Config
 
+SUMMARY    = Tool for scanning DVB transponders
 
 VER        = 20170107
 
@@ -37,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
index 67438434ccd1462b6b48db3cbf61b41f1700ea30..c84de5abc51bf0392b43f1ef69d724d5965cf207 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Watchdog Timer Interfaces For The Linux Operating System
+
 VER        = 5.16
 
 THISAPP    = watchdog-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   = watchdog
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -81,7 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        #install initscripts
-       $(call INSTALL_INITSCRIPT,watchdog)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
        install -v -m 644 $(DIR_SRC)/config/backup/includes/watchdog \
                         /var/ipfire/backup/addons/includes/watchdog 
        @rm -rf $(DIR_APP)
index 8b66f4dfd3e8dc74d941afb935bb2a10113b212e..2db9cc76743e8b962a880d5b89587c1559e7f980 100644 (file)
@@ -9,6 +9,8 @@
 
 include Config
 
+SUMMARY    = An ncurses monitoring application for wireless network devices
+
 VER        = 0.7.5
 
 THISAPP    = wavemon-$(VER)
@@ -21,6 +23,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
diff --git a/lfs/wio b/lfs/wio
index 3211f0d99091933da4e2638e85e8ef3a87b4037c..82df5f486f3ab24ef417063762deedba9841fb12 100644 (file)
--- a/lfs/wio
+++ b/lfs/wio
@@ -9,6 +9,8 @@
 
 include Config
 
+SUMMARY    = Who Is Online? IPFire extension
+
 VER        = 1.3.2
 
 THISAPP    = wio-$(VER)
@@ -17,6 +19,10 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = wio
 PAK_VER    = 14
 
+DEPS       =
+
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index d3196beef0e8b700be8fd0c3deb63d7ca39cef4c..5ba90ea42eb9018dd5d6a2e0e3e232ec9c2a373a 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = An 'inetd' with Expanded Functionality
+
 VER        = 2.3.15
 
 THISAPP    = xinetd-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       = libtirpc
 
+SERVICES   = xinetd
+
 CFLAGS    += -fcommon -I/usr/include/tirpc -Wl,-ltirpc
 
 ###############################################################################
@@ -88,7 +92,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cp -f $(DIR_SRC)/config/xinetd/xinetd.conf /etc/xinetd.conf
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,xinetd)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)
index c26c5c2715268e09ab8f35832bb9bf3392fa48dc..45f5e9304cba7a947e2a7ec4583e5fdf46922f46 100644 (file)
--- a/lfs/xvid
+++ b/lfs/xvid
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Xvid is a high quality MPEG-4 ASP video codec
+
 VER        = 1.3.7
 
 THISAPP    = xvidcore-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 3
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
index c69643a547aa77b105cc6a29dc51ba807cfe4178..dbf6f2d779e6ba4ab13f2423fe3698534b7613f7 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Zabbix Agent
+
 VER        = 4.2.6
 
 THISAPP    = zabbix-$(VER)
@@ -35,6 +37,8 @@ PROG       = zabbix_agentd
 PAK_VER    = 4
 DEPS       =
 
+SERVICES   = zabbix_agentd
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -106,7 +110,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chown zabbix.zabbix /var/run/zabbix
 
        # Install initscripts
-       $(call INSTALL_INITSCRIPT,zabbix_agentd)
+       @$(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install sudoers include file
        install -v -m 644 $(DIR_SRC)/config/zabbix_agentd/sudoers \