[Pkg-tcltk-commits] r1068 - openacs/trunk/debian

geox-guest at alioth.debian.org geox-guest at alioth.debian.org
Sat Sep 4 23:15:58 UTC 2010


Author: geox-guest
Date: 2010-09-04 23:15:57 +0000 (Sat, 04 Sep 2010)
New Revision: 1068

Modified:
   openacs/trunk/debian/changelog
   openacs/trunk/debian/postinst
Log:
Fixed postinst script that failed to reload postgresql



Modified: openacs/trunk/debian/changelog
===================================================================
--- openacs/trunk/debian/changelog	2010-09-04 22:42:25 UTC (rev 1067)
+++ openacs/trunk/debian/changelog	2010-09-04 23:15:57 UTC (rev 1068)
@@ -1,9 +1,10 @@
 openacs (5.5.1+dfsg-5) unstable; urgency=low
 
   * Removed non DFSG files, check README.Debian for details. Closes: #591207
-  * Updated standards to 3.9.1 
+  * Updated standards to 3.9.1
+  * Fixed postinst script that failed to reload postgresql. 
 
- -- Hector Romojaro <hromojaro at dia.uned.es>  Sat, 04 Sep 2010 21:50:04 +0200
+ -- Hector Romojaro <hromojaro at dia.uned.es>  Sun, 05 Sep 2010 00:51:43 +0200
 
 openacs (5.5.1-4) unstable; urgency=low
 

Modified: openacs/trunk/debian/postinst
===================================================================
--- openacs/trunk/debian/postinst	2010-09-04 22:42:25 UTC (rev 1067)
+++ openacs/trunk/debian/postinst	2010-09-04 23:15:57 UTC (rev 1068)
@@ -138,7 +138,7 @@
 } " $pg_hba_file
 			
 			# 4-Reload postgresql conf
-			/etc/init.d/postgresql-"$pg_version" reload
+			/etc/init.d/postgresql reload
 		fi
 	fi
 




More information about the Pkg-tcltk-commits mailing list