mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
Ein kleines Feature ins Postfixpaket gemacht, was den Hostnamen richtig einstellt.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@919 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
7
src/paks/postfix/install.sh
Normal file
7
src/paks/postfix/install.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
|
||||
extract_files
|
||||
|
||||
# Set postfix's hostname
|
||||
postconf -e "hostname=$(hostname -f)"
|
||||
0
src/paks/postfix/uninstall.sh
Normal file
0
src/paks/postfix/uninstall.sh
Normal file
4
src/paks/postfix/update.sh
Normal file
4
src/paks/postfix/update.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
|
||||
extract_files
|
||||
Reference in New Issue
Block a user