From: ms Date: Sun, 23 Sep 2007 16:40:55 +0000 (+0000) Subject: Ein kleines Feature ins Postfixpaket gemacht, was den Hostnamen richtig einstellt. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=d2f8c34ac279219167095ae01e364a763c496237 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 --- diff --git a/src/paks/postfix/install.sh b/src/paks/postfix/install.sh new file mode 100644 index 000000000..f2afe9b25 --- /dev/null +++ b/src/paks/postfix/install.sh @@ -0,0 +1,7 @@ +#!/bin/bash +. /opt/pakfire/lib/functions.sh + +extract_files + +# Set postfix's hostname +postconf -e "hostname=$(hostname -f)" diff --git a/src/paks/postfix/uninstall.sh b/src/paks/postfix/uninstall.sh new file mode 100644 index 000000000..e69de29bb diff --git a/src/paks/postfix/update.sh b/src/paks/postfix/update.sh new file mode 100644 index 000000000..a47a7831d --- /dev/null +++ b/src/paks/postfix/update.sh @@ -0,0 +1,4 @@ +#!/bin/bash +. /opt/pakfire/lib/functions.sh + +extract_files