wok rev 1289

postgresql: typo in init script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 20 19:40:43 2008 +0000 (2008-08-20)
parents 0c827ca320aa
children 755c0e3c3a53
files postgresql/stuff/etc/init.d/postgresql
line diff
     1.1 --- a/postgresql/stuff/etc/init.d/postgresql	Wed Aug 20 17:18:51 2008 +0000
     1.2 +++ b/postgresql/stuff/etc/init.d/postgresql	Wed Aug 20 19:40:43 2008 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  # /etc/init.d/postgresql : Start, stop and restart PostgreSQL server on SliTaz,
     1.5  # at boot time or with the command line.
     1.6  #
     1.7 -# To start postgresql server at boot time, just put mysql in the $RUN_DAEMONS
     1.8 +# To start postgresql server at boot time, just put postgresql in the $RUN_DAEMONS
     1.9  # variable of /etc/rcS.conf and configure options with /etc/daemons.conf
    1.10  #
    1.11  . /etc/init.d/rc.functions