Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6944/scripts
Modified Files:
postgresql
Log Message:
copy-n-paste typo
Index: postgresql
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/postgresql,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- postgresql 14 Apr 2004 20:50:29 -0000 1.12
+++ postgresql 14 Apr 2004 23:59:08 -0000 1.13
@@ -52,7 +52,7 @@
echo "# Start PostgreSQL Server?" >> $CONFIGFILE
echo "START_POSTGRES=no" >> $CONFIGFILE
echo >> $CONFIGFILE
- echo "HELP_MYSQL=\"PostgreSQL is a OpenSource Database\"" >> $SOFTWAREHELP
+ echo "HELP_POSTGRES=\"PostgreSQL is a OpenSource Database\"" >> $SOFTWAREHELP
cp $MYDIR/scripts/postgresql $ETCDIR/etc/init.d || exit 1
else
make -C src/bin install DESTDIR=$WORKDIR/tmp || exit 1
|