]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.init
- more things, reminder about password etc
[packages/postgresql.git] / postgresql.init
index 45ddcaf96c3f835a6f015ac044ae6294dcec97ae..11343041dca1609288816b5b0fee56e645135f87 100644 (file)
@@ -183,7 +183,7 @@ case "$1" in
        ENCODING=${new_encoding:-$ENCODING}
 
        show "Creating initial postgresql database using $ENCODING encoding"
-       busy
+       started
 
         # Create sample database
        if [ ! -d $POSTGRES_DATA_DIR ]; then
@@ -196,6 +196,8 @@ case "$1" in
        TMPDIR=/tmp su - postgres -s /bin/sh -c "LD_LIBRARY_PATH=/usr/lib \
                        initdb --pgdata=$POSTGRES_DATA_DIR \
                        -L /usr/share/postgresql -E $ENCODING"
+
+       echo "REMEMBER to setup password for user \"postgres\"!"
        ;;
   *)
        msg_usage "$0 {start|stop|status|restart|reload}"
This page took 0.026239 seconds and 4 git commands to generate.