#1 Pls check postgresql-doc dir!
thanks!
root@slitaz:~# tazpkg list-files postgresql-doc | more
Installed files with : postgresql-doc
================================================================================
/doc/postgresql/html/acronyms.html
/doc/postgresql/html/admin.html
/doc/postgresql/html/adminpack.html
/doc/postgresql/html/anoncvs.html
/doc/postgresql/html/app-clusterdb.html
/doc/postgresql/html/app-createdb.html
.......
mysql ??
root@slitaz:~# cat /etc/init.d/postgresql
#!/bin/sh
# /etc/init.d/postgresql : Start, stop and restart PostgreSQL server on SliTaz,
# at boot time or with the command line.
#
# To start postgresql server at boot time, just put mysql in the $RUN_DAEMONS <===== # variable of /etc/rcS.conf and configure options with /etc/daemons.conf # . /etc/init.d/rc.functions . /etc/daemons.conf NAME=Postgresql DESC="PostgreSQL server" su -c "postgres -D /var/lib/pgsql >logfile 2>&1" - postgres &
OPTIONS=$PGSQL_OPTIONS
bellard Contributor
Re: Pls check postgresql-doc dir!
Please check http://hg.slitaz.org/wok/rev/fe95cc78e50e and http://hg.slitaz.org/wok/rev/5b9d8b86855a
-pascal
#3 2008-08-20 21:19:29
alanyih Member
Re: Pls check postgresql-doc dir!
># To start postgresql server at boot time, just put mysql in the >$RUN_DAEMONS <=====