[Eisfair] systemd: Entfall der Unterstützung von SysV-Initskripten naht
W. Loefstedt
oliaros at web.de
Do Mai 14 15:23:13 CEST 2026
Am 14.05.2026 um 14:31 schrieb Marcus Röckrath:
Hallo Marcus,
>
> W. Loefstedt wrote:
>
>>> hmm, da hast du ja einige Pakete installiert die nun auch schon laenger
>>> nicht mehr gepflegt werden, bzw. mir auch der|ein Ursprungsanbieter
>>> unbekannt ist. Zu einigen hat Marcus ja schon etwas geschrieben.
>>>
>>>> [root at eisfair init.d]# ls -l
>>>> total 220
>>>> Feb 23 2010 autohalt
>>>> Jun 13 2003 f-prot
>>>
>>> f-prot, von wem stammt dass und was macht das bei dir
>>>
>> keine Ahnung ;-)
>
> f-prot ist ein Antivirusprogramm. Was macht das Initskript überhaupt?
> Startet der einen Hintergrund-Scandaemon?
>
> Wenns nicht zu lang ist, kannst du es ja mal posten.
#!/bin/sh
#----------------------------------------------------------------------------------------
# /etc/config.d/f-prot.sh - configuration generator script for antivirus
service
#
# Copyright (c) 2002 Frank Meyer <frank at eisfair.org>
#
# Creation: 15.12.2002 jed
# Last Update: 13.06.2003 tbec
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#----------------------------------------------------------------------------------------
### set file names ###
crontab_path=/var/cron/etc/root
crontab_file=$crontab_path/f-prot
#========================================================================================
# Main
#========================================================================================
pgmname=$0
### read configuration file ###
. /etc/config.d/f-prot
# should create crontab
echo "adding antivirus crontab ..."
# check for cron directory
if [ ! -d $crontab_path ]
then
mkdir -p $crontab_path
fi
# create cron job for autoupdate/header
(
echo "# AntiVirus Service CronJob"
echo ""
echo "# Do not edit this file,"
echo "# edit the configuration file in the setup menu"
echo "###"
echo ""
) > $crontab_file
if [ "$CRON_AUTOUPDATE" = "yes" ]
then
(
echo "# Autoupdate Virus Signature Files"
echo "$CRON_AUTOUPDATE_TIME /usr/local/f-prot/check-updates -cron".
echo ""
) >> $crontab_file
fi....
echo "# AntiVirus FileChecking" >> $crontab_file
# create cron job for file_checking
idx=1
while [ $idx -le $CRON_N ]
do
eval cron_job='$CRON_JOB_'$idx
eval param='$CRON_JOB_PARAM_'$idx
echo "$cron_job /usr/local/f-prot/f-prot $param"
idx=`expr $idx + 1`
done >> $crontab_file
# update crontab file
/var/install/config.d/cron
echo
/var/install/bin/anykey
#========================================================================================
# End
#========================================================================================
exit 0
>
>>>> Feb 19 16:00 functions
>> keine Ahnung ;-)
>
> Systembestandteil, nicht anfassen.
>
>>> icecube, von wem stammt das und was macht das bei dir
>> │i│ Date: 2005/09/10
>
> Schon über 20 Jahre ungepflegt - und das läuft noch?läuft, gibt mir
den Status des RAID
>
>>>> Feb 3 15:00 mail
>>>> Dec 20 2020 mail-panda
>>>
>>> mail-panda, bitte durch mail-dovecut ersetzen
>> ok
>
> Achtung: Der Mails im IMAP-Folder müssen in ein neues Format umkodiert
> werden. Wie das zu machen ist, steht in der Doku zum mail-dovecot-Paket.
>
>
https://www.eisfair.org/fileadmin/eisfair/doc/node72.html#SECTION0072100000000000000000
>
> Ein vorheriges Backup aller IMap-Ordner aller User ist Pflicht!
Danke für den Hinweis!>
>>>> Dec 12 2020 rsyslogdentfernt>
> Das ist übrigens auch nicht mehr verfügbar.
> GRuss, Wolfgang
Mehr Informationen über die Mailingliste Eisfair