mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
core94: Ship changes from dma branch
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
1
config/rootfiles/core/94/filelists/Email-Date-Format
Symbolic link
1
config/rootfiles/core/94/filelists/Email-Date-Format
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/Email-Date-Format
|
||||
1
config/rootfiles/core/94/filelists/MIME-Lite
Symbolic link
1
config/rootfiles/core/94/filelists/MIME-Lite
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/MIME-Lite
|
||||
1
config/rootfiles/core/94/filelists/dma
Symbolic link
1
config/rootfiles/core/94/filelists/dma
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/dma
|
||||
@@ -1,4 +1,7 @@
|
||||
etc/system-release
|
||||
etc/issue
|
||||
etc/rc.d/init.d/sshd
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
|
||||
srv/web/ipfire/cgi-bin/mail.cgi
|
||||
var/ipfire/langs
|
||||
var/ipfire/menu/40-services.menu
|
||||
|
||||
@@ -54,6 +54,13 @@ mv -f /etc/ssh/ssh_host_rsa_key{,.old}
|
||||
# Update crontab
|
||||
sed -i /var/spool/cron/root.orig -e "/Force an update once a month/d"
|
||||
sed -i /var/spool/cron/root.orig -e "/ddns update-all --force/d"
|
||||
|
||||
grep -qv "dma -q" || cat <<EOF >> /var/spool/cron/root.orig
|
||||
|
||||
# Retry sending spooled mails regularly
|
||||
%hourly * /usr/sbin/dma -q
|
||||
EOF
|
||||
|
||||
fcrontab -z &>/dev/null
|
||||
|
||||
# Start services
|
||||
|
||||
Reference in New Issue
Block a user