File: patch_saslatuhd_startup

package info (click to toggle)
dtc 0.35.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 18,824 kB
  • sloc: php: 50,739; sh: 8,596; makefile: 572; perl: 148; xml: 25
file content (11 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- saslauthd-ori	2006-04-11 17:57:14.000000000 +0000
+++ saslauthd	2006-04-12 09:07:48.000000000 +0000
@@ -48,6 +48,8 @@
 	test -z "$dir" || createdir $dir
 	if start-stop-daemon ${START} >/dev/null 2>&1 ; then
 		echo "${NAME}."
+		rm -f /var/spool/postfix/var/run/saslauthd/mux
+		ln /var/run/saslauthd/mux /var/spool/postfix/var/run/saslauthd/mux
 	else
 		if start-stop-daemon --test ${START} >/dev/null 2>&1; then
 			echo "(failed)."