SPECS: qmail.spec - queue move instructions

glen glen at pld-linux.org
Tue May 20 08:01:57 CEST 2008


Author: glen                         Date: Tue May 20 06:01:57 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- queue move instructions

---- Files affected:
SPECS:
   qmail.spec (1.179 -> 1.180) 

---- Diffs:

================================================================
Index: SPECS/qmail.spec
diff -u SPECS/qmail.spec:1.179 SPECS/qmail.spec:1.180
--- SPECS/qmail.spec:1.179	Mon May 19 23:22:37 2008
+++ SPECS/qmail.spec	Tue May 20 08:01:52 2008
@@ -721,7 +721,16 @@
 
 %pretrans
 if [ -d /var/qmail ]; then
-	echo >&2 "You have old qmail setup with /var/qmail. Flawless upgrade not yet supported."
+	cat >&2 <<'EOF'
+
+	You have old qmail setup with /var/qmail. Flawless upgrade not yet supported.
+
+	To copy queue to new location:
+	stop qmail
+	cp -a /var/qmail/queue/* %{queuedir}
+	queue-fix %{queuedir}
+
+	EOF
 	exit 1
 fi
 
@@ -1208,6 +1217,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.180  2008-05-20 06:01:52  glen
+- queue move instructions
+
 Revision 1.179  2008-05-19 21:22:37  glen
 - fix qmail home for newaliases and probably others
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qmail.spec?r1=1.179&r2=1.180&f=u



More information about the pld-cvs-commit mailing list