2009-08-26 17:00:38 +02:00
|
|
|
#!/bin/sh
|
|
|
|
#BLURB="Select/deselect system daemons (services)"
|
2018-06-22 00:58:42 +02:00
|
|
|
TMP=/var/lib/pkgtools/setup/tmp
|
2009-08-26 17:00:38 +02:00
|
|
|
if [ ! -d $TMP ]; then
|
|
|
|
mkdir -p $TMP
|
|
|
|
fi
|
|
|
|
T_PX="$1"
|
|
|
|
cd $T_PX
|
|
|
|
rm -f $TMP/tmpscript
|
|
|
|
|
|
|
|
cat << EOF > $TMP/tmpscript
|
|
|
|
dialog --title "CONFIRM STARTUP SERVICES TO RUN" --item-help --checklist \\
|
2018-05-28 21:12:29 +02:00
|
|
|
"The selected services will be started at boot time. If you \\
|
2009-08-26 17:00:38 +02:00
|
|
|
don't need them, you may unselect them to turn them off (which may improve \\
|
2018-05-28 21:12:29 +02:00
|
|
|
overall system security). You may also choose to start services that are \\
|
|
|
|
not run by default, but be aware that more services means less security. \\
|
|
|
|
Use the spacebar to select or unselect the services you wish to run. \\
|
|
|
|
Recommended choices have been preselected. \\
|
2009-08-26 17:00:38 +02:00
|
|
|
Press the ENTER key when you are finished." \\
|
|
|
|
20 75 7 \\
|
|
|
|
EOF
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.atalk ]; then
|
|
|
|
if [ -x etc/rc.d/rc.atalk ]; then
|
|
|
|
RC_ATALK=on
|
|
|
|
else
|
|
|
|
RC_ATALK=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.atalk" "Netatalk Appletalk file/print server" $RC_ATALK "The Netatalk server is a file and print server for Macintosh networks." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2018-06-13 07:43:00 +02:00
|
|
|
if [ -r etc/rc.d/rc.atd ]; then
|
|
|
|
if [ -x etc/rc.d/rc.atd ]; then
|
|
|
|
RC_ATD=on
|
|
|
|
else
|
|
|
|
RC_ATD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.atd" "Schedules jobs for later" $RC_ATD "The at daemon schedules jobs to be run at a specified time." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
Fri Feb 23 02:27:35 UTC 2024
a/aaa_libraries-15.1-x86_64-26.txz: Rebuilt.
Upgraded: libacl.so.1.1.2302, libattr.so.1.1.2502, liblzma.so.5.4.6,
libpcre2-8.so.0.12.0, libz.so.1.3.1, libcares.so.2.11.0,
libexpat.so.1.9.0, libffi.so.8.1.4, libglib-2.0.so.0.7800.4,
libgmodule-2.0.so.0.7800.4, libgobject-2.0.so.0.7800.4,
libgthread-2.0.so.0.7800.4, libidn.so.12.6.5, libidn2.so.0.4.0,
libpng16.so.16.41.0, libpsl.so.5.3.5, libtdb.so.1.4.10, libusb-1.0.so.0.4.0.
a/etc-15.1-x86_64-5.txz: Rebuilt.
Added UID 214 and GID 214 for avahi.
a/gettext-0.22.5-x86_64-1.txz: Upgraded.
a/pkgtools-15.1-noarch-9.txz: Rebuilt.
setup.services: support rc.avahidaemon and rc.avahidnsconfd.
a/sysvinit-scripts-15.1-noarch-13.txz: Rebuilt.
rc.M: start (if executable) rc.avahidaemon and rc.avahidnsconfd.
ap/cups-2.4.7-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
ap/cups-filters-1.28.17-x86_64-4.txz: Rebuilt.
Recompiled against avahi.
ap/hplip-3.23.12-x86_64-1.txz: Upgraded.
Compiled against avahi.
ap/xmltoman-0.6-x86_64-1.txz: Added.
This is needed to generate manpages for avahi.
d/distcc-3.4-x86_64-4.txz: Rebuilt.
Recompiled against avahi.
d/gettext-tools-0.22.5-x86_64-1.txz: Upgraded.
l/avahi-20240220_dffd549-x86_64-1.txz: Added.
It was either this, or drop (or fork) hplip. We'll enjoy it in the long run.
Thanks to David Somero for the original build script, and to Robby Workman
for years of maintenance.
Signed-off-by: volkerdi
Acked-by: alienBOB
l/libdaemon-0.14-x86_64-1.txz: Added.
This is needed by avahi.
l/pipewire-1.0.3-x86_64-5.txz: Rebuilt.
Recompiled against avahi.
l/pulseaudio-17.0-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
n/NetworkManager-1.46.0-x86_64-1.txz: Upgraded.
n/netatalk-3.1.18-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
n/samba-4.19.5-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
xap/pidgin-2.14.12-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
xap/sane-1.2.1-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
extra/bash-completion/bash-completion-2.12.0-noarch-1.txz: Upgraded.
2024-02-23 03:27:35 +01:00
|
|
|
if [ -r etc/rc.d/rc.avahidaemon ]; then
|
|
|
|
if [ -x etc/rc.d/rc.avahidaemon ]; then
|
|
|
|
RC_AVAHIDAEMON=on
|
|
|
|
else
|
|
|
|
RC_AVAHIDAEMON=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
2024-02-24 20:50:05 +01:00
|
|
|
"rc.avahidaemon" "Zeroconf implementation" $RC_AVAHIDAEMON "Avahi is a system which facilitates service discovery on a local network." \\
|
Fri Feb 23 02:27:35 UTC 2024
a/aaa_libraries-15.1-x86_64-26.txz: Rebuilt.
Upgraded: libacl.so.1.1.2302, libattr.so.1.1.2502, liblzma.so.5.4.6,
libpcre2-8.so.0.12.0, libz.so.1.3.1, libcares.so.2.11.0,
libexpat.so.1.9.0, libffi.so.8.1.4, libglib-2.0.so.0.7800.4,
libgmodule-2.0.so.0.7800.4, libgobject-2.0.so.0.7800.4,
libgthread-2.0.so.0.7800.4, libidn.so.12.6.5, libidn2.so.0.4.0,
libpng16.so.16.41.0, libpsl.so.5.3.5, libtdb.so.1.4.10, libusb-1.0.so.0.4.0.
a/etc-15.1-x86_64-5.txz: Rebuilt.
Added UID 214 and GID 214 for avahi.
a/gettext-0.22.5-x86_64-1.txz: Upgraded.
a/pkgtools-15.1-noarch-9.txz: Rebuilt.
setup.services: support rc.avahidaemon and rc.avahidnsconfd.
a/sysvinit-scripts-15.1-noarch-13.txz: Rebuilt.
rc.M: start (if executable) rc.avahidaemon and rc.avahidnsconfd.
ap/cups-2.4.7-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
ap/cups-filters-1.28.17-x86_64-4.txz: Rebuilt.
Recompiled against avahi.
ap/hplip-3.23.12-x86_64-1.txz: Upgraded.
Compiled against avahi.
ap/xmltoman-0.6-x86_64-1.txz: Added.
This is needed to generate manpages for avahi.
d/distcc-3.4-x86_64-4.txz: Rebuilt.
Recompiled against avahi.
d/gettext-tools-0.22.5-x86_64-1.txz: Upgraded.
l/avahi-20240220_dffd549-x86_64-1.txz: Added.
It was either this, or drop (or fork) hplip. We'll enjoy it in the long run.
Thanks to David Somero for the original build script, and to Robby Workman
for years of maintenance.
Signed-off-by: volkerdi
Acked-by: alienBOB
l/libdaemon-0.14-x86_64-1.txz: Added.
This is needed by avahi.
l/pipewire-1.0.3-x86_64-5.txz: Rebuilt.
Recompiled against avahi.
l/pulseaudio-17.0-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
n/NetworkManager-1.46.0-x86_64-1.txz: Upgraded.
n/netatalk-3.1.18-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
n/samba-4.19.5-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
xap/pidgin-2.14.12-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
xap/sane-1.2.1-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
extra/bash-completion/bash-completion-2.12.0-noarch-1.txz: Upgraded.
2024-02-23 03:27:35 +01:00
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.avahidnsconfd ]; then
|
|
|
|
if [ -x etc/rc.d/rc.avahidnsconfd ]; then
|
|
|
|
RC_AVAHIDNDCONFD=on
|
|
|
|
else
|
|
|
|
RC_AVAHIDNDCONFD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.avahidnsconfd" "Unicast DNS server for Avahi" $RC_AVAHIDNDCONFD "Queries the LAN for DNS servers that can be listed in /etc/resolv.conf." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
if [ -r etc/rc.d/rc.bind ]; then
|
|
|
|
if [ -x etc/rc.d/rc.bind ]; then
|
|
|
|
RC_BIND=on
|
|
|
|
else
|
|
|
|
RC_BIND=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.bind" "BIND (Domain Name System) server" $RC_BIND "BIND (Berkeley Internet Name Domain) is a Domain Name System (DNS) server." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2018-06-13 07:43:00 +02:00
|
|
|
if [ -r etc/rc.d/rc.crond ]; then
|
|
|
|
if [ -x etc/rc.d/rc.crond ]; then
|
|
|
|
RC_CROND=on
|
|
|
|
else
|
|
|
|
RC_CROND=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.crond" "Time based job scheduler" $RC_CROND "The cron daemon schedules jobs to run at fixed times, dates, or intervals." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
if [ -r etc/rc.d/rc.cups ]; then
|
|
|
|
if [ -x etc/rc.d/rc.cups ]; then
|
|
|
|
RC_CUPS=on
|
|
|
|
else
|
|
|
|
RC_CUPS=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.cups" "CUPS print server" $RC_CUPS "The Common UNIX Printing system (print spooler choice #1)." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.dnsmasq ]; then
|
|
|
|
if [ -x etc/rc.d/rc.dnsmasq ]; then
|
|
|
|
RC_DNSMASQ=on
|
|
|
|
else
|
|
|
|
RC_DNSMASQ=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.dnsmasq" "dnsmasq DHCP/DNS server" $RC_DNSMASQ "dnsmasq provides DNS and DHCP service to a LAN." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2018-05-28 21:12:29 +02:00
|
|
|
if [ -r etc/rc.d/rc.dovecot ]; then
|
|
|
|
if [ -x etc/rc.d/rc.dovecot ]; then
|
|
|
|
RC_DOVECOT=on
|
|
|
|
else
|
|
|
|
RC_DOVECOT=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.dovecot" "Dovecot IMAP/POP3 server" $RC_DOVECOT "Dovecot provides remote mailbox access for email clients." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
if [ -r etc/rc.d/rc.fuse ]; then
|
|
|
|
if [ -x etc/rc.d/rc.fuse ]; then
|
|
|
|
RC_FUSE=on
|
|
|
|
else
|
|
|
|
RC_FUSE=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.fuse" "Filesystem in Userspace library" $RC_FUSE "FUSE is an interface to allow userspace programs to use filesystems." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.hald ]; then
|
|
|
|
if [ -x etc/rc.d/rc.hald ]; then
|
|
|
|
RC_HALD=on
|
|
|
|
else
|
|
|
|
RC_HALD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.hald" "Hardware Abstraction Layer" $RC_HALD "HAL makes access to CD/DVD drives and USB devices easier." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.hplip ]; then
|
|
|
|
if [ -x etc/rc.d/rc.hplip ]; then
|
|
|
|
RC_HPLIP=on
|
|
|
|
else
|
|
|
|
RC_HPLIP=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.hplip" "HP printer/scanner daemons" $RC_HPLIP "Programs used to run printers and scanners from Hewlett Packard." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.httpd ]; then
|
|
|
|
if [ -x etc/rc.d/rc.httpd ]; then
|
|
|
|
RC_HTTPD=on
|
|
|
|
else
|
|
|
|
RC_HTTPD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.httpd" "The Apache web server" $RC_HTTPD "Apache, the most widely used web server on the net." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.inetd ]; then
|
|
|
|
if [ -x etc/rc.d/rc.inetd ]; then
|
|
|
|
RC_INETD=on
|
|
|
|
else
|
|
|
|
RC_INETD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.inetd" "The BSD Inetd daemon" $RC_INETD "Inetd daemon (this allows: time, ftp, comsat, talk, finger, and auth)." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.ip_forward ]; then
|
|
|
|
if [ -x etc/rc.d/rc.ip_forward ]; then
|
|
|
|
RC_IP_FORWARD=on
|
|
|
|
else
|
|
|
|
RC_IP_FORWARD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.ip_forward" "Activate IP packet forwarding" $RC_IP_FORWARD "Packet forwarding allows your Linux machine to act as a router." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.lprng ]; then
|
|
|
|
if [ -x etc/rc.d/rc.lprng ]; then
|
|
|
|
RC_LPRNG=on
|
|
|
|
else
|
|
|
|
RC_LPRNG=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.lprng" "LPRng print server" $RC_LPRNG "The LPRng printing system (print spooler choice #2)." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.messagebus ]; then
|
|
|
|
if [ -x etc/rc.d/rc.messagebus ]; then
|
|
|
|
RC_MESSAGEBUS=on
|
|
|
|
else
|
|
|
|
RC_MESSAGEBUS=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
2012-09-26 03:10:42 +02:00
|
|
|
"rc.messagebus" "D-Bus system message bus" $RC_MESSAGEBUS "Used for interprocess communication and coordination." \\
|
2009-08-26 17:00:38 +02:00
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.mysqld ]; then
|
|
|
|
if [ -x etc/rc.d/rc.mysqld ]; then
|
|
|
|
RC_MYSQLD=on
|
|
|
|
else
|
|
|
|
RC_MYSQLD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.mysqld" "The MySQL database server" $RC_MYSQLD "MySQL, an SQL-based relational database daemon." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2021-12-20 20:41:32 +01:00
|
|
|
if [ -r etc/rc.d/rc.nfsd ]; then
|
|
|
|
if [ -x etc/rc.d/rc.nfsd ]; then
|
|
|
|
RC_NFSD=on
|
|
|
|
else
|
|
|
|
RC_NFSD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.nfsd" "The Network File System Daemons" $RC_NFSD "Daemons needed to share files to other machines using NFS." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
if [ -r etc/rc.d/rc.ntpd ]; then
|
|
|
|
if [ -x etc/rc.d/rc.ntpd ]; then
|
|
|
|
RC_NTPD=on
|
|
|
|
else
|
|
|
|
RC_NTPD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.ntpd" "The network time server" $RC_NTPD "NTP synchronizes your time to/from other NTP servers." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
Fri May 15 07:28:15 UTC 2020
Hey folks, just a heads-up that PAM is about to be merged into the main tree.
We can't have it blocking other upgrades any longer. The config files could be
improved (adding support for pam_krb5 and pam_ldap, for example), but they'll
do for now. Have a good weekend, and enjoy these updates! :-)
a/aaa_elflibs-15.0-x86_64-23.txz: Rebuilt.
Upgraded: libcap.so.2.34, libelf-0.179.so, liblzma.so.5.2.5,
libglib-2.0.so.0.6400.2, libgmodule-2.0.so.0.6400.2,
libgobject-2.0.so.0.6400.2, libgthread-2.0.so.0.6400.2,
liblber-2.4.so.2.10.13, libldap-2.4.so.2.10.13, libpcre2-8.so.0.10.0.
Added temporarily in preparation for upgrading icu4c: libicudata.so.65.1,
libicui18n.so.65.1, libicuio.so.65.1, libicutest.so.65.1, libicutu.so.65.1,
libicuuc.so.65.1.
a/etc-15.0-x86_64-11.txz: Rebuilt.
/etc/passwd: Added ldap (UID 330).
/etc/group: Added ldap (GID 330).
a/kernel-generic-5.4.41-x86_64-1.txz: Upgraded.
a/kernel-huge-5.4.41-x86_64-1.txz: Upgraded.
a/kernel-modules-5.4.41-x86_64-1.txz: Upgraded.
a/pkgtools-15.0-noarch-33.txz: Rebuilt.
setup.services: added support for rc.openldap and rc.openvpn.
ap/hplip-3.20.5-x86_64-1.txz: Upgraded.
d/kernel-headers-5.4.41-x86-1.txz: Upgraded.
d/python-setuptools-46.3.0-x86_64-1.txz: Upgraded.
d/python3-3.8.3-x86_64-1.txz: Upgraded.
k/kernel-source-5.4.41-noarch-1.txz: Upgraded.
n/openldap-2.4.50-x86_64-1.txz: Added.
This is a complete OpenLDAP package with both client and server support.
Thanks to Giuseppe Di Terlizzi for help with the server parts.
n/openldap-client-2.4.50-x86_64-1.txz: Removed.
x/mesa-20.0.7-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
testing/packages/PAM/hplip-3.20.5-x86_64-1_pam.txz: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
2020-05-15 09:28:15 +02:00
|
|
|
if [ -r etc/rc.d/rc.openldap ]; then
|
|
|
|
if [ -x etc/rc.d/rc.openldap ]; then
|
|
|
|
RC_OPENLDAP=on
|
|
|
|
else
|
|
|
|
RC_OPENLDAP=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.openldap" "OpenLDAP server" $RC_OPENLDAP "The stand-alone LDAP daemon (slapd)." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.openvpn ]; then
|
|
|
|
if [ -x etc/rc.d/rc.openvpn ]; then
|
|
|
|
RC_OPENVPN=on
|
|
|
|
else
|
|
|
|
RC_OPENVPN=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.openvpn" "OpenVPN daemon" $RC_OPENVPN "A secure IP tunnel daemon." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
if [ -r etc/rc.d/rc.pcmcia ]; then
|
|
|
|
if [ -x etc/rc.d/rc.pcmcia ]; then
|
|
|
|
RC_PCMCIA=on
|
|
|
|
else
|
|
|
|
RC_PCMCIA=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.pcmcia" "PCMCIA/Cardbus card services" $RC_PCMCIA "This supports PCMCIA or Cardbus cards used with laptops." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2018-05-28 21:12:29 +02:00
|
|
|
if [ -r etc/rc.d/rc.postfix ]; then
|
|
|
|
if [ -x etc/rc.d/rc.postfix ]; then
|
|
|
|
RC_POSTFIX=on
|
|
|
|
else
|
|
|
|
RC_POSTFIX=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.postfix" "The Postfix mail server" $RC_POSTFIX "The Postfix server allows your machine to send and receive mail." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
if [ -r etc/rc.d/rc.rpc ]; then
|
|
|
|
if [ -x etc/rc.d/rc.rpc ]; then
|
|
|
|
RC_RPC=on
|
|
|
|
else
|
|
|
|
RC_RPC=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.rpc" "RPC (NFS) daemons" $RC_RPC "Needed to serve or mount NFS (Network File System) partitions." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.samba ]; then
|
|
|
|
if [ -x etc/rc.d/rc.samba ]; then
|
|
|
|
RC_SAMBA=on
|
|
|
|
else
|
|
|
|
RC_SAMBA=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.samba" "The Samba file/print server" $RC_SAMBA "Samba is a file and print server for Windows networks." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.saslauthd ]; then
|
|
|
|
if [ -x etc/rc.d/rc.saslauthd ]; then
|
|
|
|
RC_SASLAUTHD=on
|
|
|
|
else
|
|
|
|
RC_SASLAUTHD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.saslauthd" "The SASL authentication server" $RC_SASLAUTHD "SASL is an authentication method often used by mail servers." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.sendmail ]; then
|
|
|
|
if [ -x etc/rc.d/rc.sendmail ]; then
|
|
|
|
RC_SENDMAIL=on
|
|
|
|
else
|
|
|
|
RC_SENDMAIL=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.sendmail" "The Sendmail mail server" $RC_SENDMAIL "The Sendmail server allows your machine to send and receive mail." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2018-05-28 21:12:29 +02:00
|
|
|
if [ -r etc/rc.d/rc.smartd ]; then
|
|
|
|
if [ -x etc/rc.d/rc.smartd ]; then
|
|
|
|
RC_SMARTD=on
|
|
|
|
else
|
|
|
|
RC_SMARTD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.smartd" "SMART monitoring daemon" $RC_SMARTD "The SMART daemon monitors your hard drives to help predict failures." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
if [ -r etc/rc.d/rc.snmpd ]; then
|
|
|
|
if [ -x etc/rc.d/rc.snmpd ]; then
|
|
|
|
RC_SNMPD=on
|
|
|
|
else
|
|
|
|
RC_SNMPD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.snmpd" "Net-SNMP daemon" $RC_SNMPD "SNMP daemon that receives and logs SNMP TRAP and INFORM messages." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.syslog ]; then
|
|
|
|
if [ -x etc/rc.d/rc.syslog ]; then
|
|
|
|
RC_SYSLOGD=on
|
|
|
|
else
|
|
|
|
RC_SYSLOGD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.syslog" "The Linux system logging utilities" $RC_SYSLOGD "The syslogd and klogd daemons log important messages under /var/log." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -r etc/rc.d/rc.sshd ]; then
|
|
|
|
if [ -x etc/rc.d/rc.sshd ]; then
|
|
|
|
RC_SSHD=on
|
|
|
|
else
|
|
|
|
RC_SSHD=off
|
|
|
|
fi
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
"rc.sshd" "The SSHD (secure shell) daemon" $RC_SSHD "SSHD allows secure encrypted logins to your machine." \\
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
|
|
|
cat << EOF >> $TMP/tmpscript
|
|
|
|
2> $TMP/reply
|
|
|
|
EOF
|
|
|
|
|
|
|
|
. $TMP/tmpscript
|
|
|
|
|
|
|
|
if [ ! $? = 0 ]; then
|
|
|
|
rm -f $TMP/reply $TMP/tmpscript
|
|
|
|
exit
|
|
|
|
fi
|
|
|
|
|
Fri Feb 23 02:27:35 UTC 2024
a/aaa_libraries-15.1-x86_64-26.txz: Rebuilt.
Upgraded: libacl.so.1.1.2302, libattr.so.1.1.2502, liblzma.so.5.4.6,
libpcre2-8.so.0.12.0, libz.so.1.3.1, libcares.so.2.11.0,
libexpat.so.1.9.0, libffi.so.8.1.4, libglib-2.0.so.0.7800.4,
libgmodule-2.0.so.0.7800.4, libgobject-2.0.so.0.7800.4,
libgthread-2.0.so.0.7800.4, libidn.so.12.6.5, libidn2.so.0.4.0,
libpng16.so.16.41.0, libpsl.so.5.3.5, libtdb.so.1.4.10, libusb-1.0.so.0.4.0.
a/etc-15.1-x86_64-5.txz: Rebuilt.
Added UID 214 and GID 214 for avahi.
a/gettext-0.22.5-x86_64-1.txz: Upgraded.
a/pkgtools-15.1-noarch-9.txz: Rebuilt.
setup.services: support rc.avahidaemon and rc.avahidnsconfd.
a/sysvinit-scripts-15.1-noarch-13.txz: Rebuilt.
rc.M: start (if executable) rc.avahidaemon and rc.avahidnsconfd.
ap/cups-2.4.7-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
ap/cups-filters-1.28.17-x86_64-4.txz: Rebuilt.
Recompiled against avahi.
ap/hplip-3.23.12-x86_64-1.txz: Upgraded.
Compiled against avahi.
ap/xmltoman-0.6-x86_64-1.txz: Added.
This is needed to generate manpages for avahi.
d/distcc-3.4-x86_64-4.txz: Rebuilt.
Recompiled against avahi.
d/gettext-tools-0.22.5-x86_64-1.txz: Upgraded.
l/avahi-20240220_dffd549-x86_64-1.txz: Added.
It was either this, or drop (or fork) hplip. We'll enjoy it in the long run.
Thanks to David Somero for the original build script, and to Robby Workman
for years of maintenance.
Signed-off-by: volkerdi
Acked-by: alienBOB
l/libdaemon-0.14-x86_64-1.txz: Added.
This is needed by avahi.
l/pipewire-1.0.3-x86_64-5.txz: Rebuilt.
Recompiled against avahi.
l/pulseaudio-17.0-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
n/NetworkManager-1.46.0-x86_64-1.txz: Upgraded.
n/netatalk-3.1.18-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
n/samba-4.19.5-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
xap/pidgin-2.14.12-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
xap/sane-1.2.1-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
extra/bash-completion/bash-completion-2.12.0-noarch-1.txz: Upgraded.
2024-02-23 03:27:35 +01:00
|
|
|
for service in rc.atalk rc.atd rc.avahidaemon rc.avahidnsconfd rc.bind rc.crond rc.cups rc.dovecot rc.dnsmasq rc.fuse rc.hald rc.hplip rc.httpd rc.inetd rc.ip_forward rc.lprng rc.messagebus rc.mysqld rc.nfsd rc.ntpd rc.openldap rc.openvpn rc.pcmcia rc.postfix rc.rpc rc.samba rc.saslauthd rc.smartd rc.snmpd rc.sendmail rc.syslog rc.sshd ; do
|
2009-08-26 17:00:38 +02:00
|
|
|
if [ -f etc/rc.d/$service ]; then
|
|
|
|
if grep -w $service $TMP/reply 1> /dev/null ; then
|
|
|
|
chmod 755 etc/rc.d/$service
|
|
|
|
else
|
|
|
|
chmod 644 etc/rc.d/$service
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
rm -f $TMP/reply $TMP/tmpscript
|
|
|
|
|