Hi!

I'm currently rebuilding all the debian packages to work with a
PostgreSQL 9.0beta4. That's mostly s/84/90/, s/8.4/9.0/ work.
(Anybody interested in patches?)

Specifically, I just spotted two bugs while installing the iplike
package (patch for one of those attached, a simple missing
whitespace).

However I haven't done a fix to the other bug: Please DO NOT
automatically install the `iplike' functions into a guessed DB
name of "opennms" or (even worse) into "template1". There's
absolutely no reason to make those functions available to any
newly created database.

MfG, JBG

-- 
Jan-Benedict Glaw <jbg...@telefonica.de>, Configuration Management
Telefónica o2 Germany GmbH & Co. OHG, Hülshorstweg 30, 33415 Verl
t: +49-5246-80-1869, f: +49-5246-80-2869, m: +49-160-97239196
handelsrechtlichen Pflichtangaben:
http://www.telefonica.de/pflichtangaben.html
diff --git a/install_iplike.sh.in b/install_iplike.sh.in
index 499a5d5..bbfec70 100755
--- a/install_iplike.sh.in
+++ b/install_iplike.sh.in
@@ -63,7 +63,7 @@ if [ ! -x "$PG_PSQL" ]; then
 fi
 
 PG_COMMAND="$PG_COMMAND $PG_PSQL"
-if [ -n "$SUDO_USER"]; then
+if [ -n "$SUDO_USER" ]; then
 	if [ -x /usr/bin/sudo ]; then
 		PG_COMMAND="sudo -u $SUDO_USER $PG_COMMAND"
 	else

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to