]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- more things, reminder about password etc RA-1_0 postgresql-7_2_3-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 3 Oct 2002 13:11:48 +0000 (13:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.40

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.097085 seconds and 4 git commands to generate.