[Pkg-tcltk-commits] r1069 - dotlrn/trunk/debian
geox-guest at alioth.debian.org
geox-guest at alioth.debian.org
Sat Sep 4 23:16:26 UTC 2010
Author: geox-guest
Date: 2010-09-04 23:16:26 +0000 (Sat, 04 Sep 2010)
New Revision: 1069
Modified:
dotlrn/trunk/debian/changelog
dotlrn/trunk/debian/postinst
Log:
Fixed postinst script that failed to reload postgresql
Modified: dotlrn/trunk/debian/changelog
===================================================================
--- dotlrn/trunk/debian/changelog 2010-09-04 23:15:57 UTC (rev 1068)
+++ dotlrn/trunk/debian/changelog 2010-09-04 23:16:26 UTC (rev 1069)
@@ -1,9 +1,10 @@
dotlrn (2.5.0+dfsg-4) unstable; urgency=low
* Removed non DFSG files, check README.Debian for details. Closes: #591210
- * 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 22:36:55 +0200
+ -- Hector Romojaro <hromojaro at dia.uned.es> Sun, 05 Sep 2010 00:51:02 +0200
dotlrn (2.5.0-4) unstable; urgency=low
Modified: dotlrn/trunk/debian/postinst
===================================================================
--- dotlrn/trunk/debian/postinst 2010-09-04 23:15:57 UTC (rev 1068)
+++ dotlrn/trunk/debian/postinst 2010-09-04 23:16:26 UTC (rev 1069)
@@ -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