OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   18-Jul-2003 13:42:38
  Branch: HEAD                             Handle: 2003071812423601

  Modified files:
    openpkg-src/postgresql  postgresql.spec rc.postgresql
    openpkg-web             news.txt

  Log:
    %status

  Summary:
    Revision    Changes     Path
    1.66        +1  -1      openpkg-src/postgresql/postgresql.spec
    1.9         +9  -0      openpkg-src/postgresql/rc.postgresql
    1.5639      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  ============================================================================
  $ cvs diff -u -r1.65 -r1.66 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec    17 Jul 2003 15:33:06 -0000      1.65
  +++ openpkg-src/postgresql/postgresql.spec    18 Jul 2003 11:42:37 -0000      1.66
  @@ -40,7 +40,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_postgresql}
  -Release:      20030717
  +Release:      20030718
   
   #   package options
   %option       with_cxx      no
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/rc.postgresql
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 rc.postgresql
  --- openpkg-src/postgresql/rc.postgresql      17 Jul 2003 21:35:00 -0000      1.8
  +++ openpkg-src/postgresql/rc.postgresql      18 Jul 2003 11:42:37 -0000      1.9
  @@ -21,6 +21,15 @@
       postgresql_opts="-i -h $postgresql_socket_inet -k $postgresql_socket_unix"
       postgresql_opts="$postgresql_opts $postgresql_flags"
   
  +%status -p 200 -u @l_rusr@ -o
  +    postgresql_usable="unknown"
  +    postgresql_active="no"
  +    opService postgresql enable yes && \
  +        @l_prefix@/bin/pg_ctl status -D $postgresql_datadir >/dev/null && 
postgresql_active="yes"
  +    echo "postgresql_enable=\"$postgresql_enable\""
  +    echo "postgresql_usable=\"$postgresql_usable\""
  +    echo "postgresql_active=\"$postgresql_active\""
  +
   %start -p 200 -u @l_rusr@
       opService postgresql enable yes || exit 0
       @l_prefix@/bin/pg_ctl start -l $postgresql_log_file -D $postgresql_datadir -o 
"$postgresql_opts"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5638 -r1.5639 news.txt
  --- openpkg-web/news.txt      18 Jul 2003 11:24:33 -0000      1.5638
  +++ openpkg-web/news.txt      18 Jul 2003 11:42:36 -0000      1.5639
  @@ -1,3 +1,4 @@
  +18-Jul-2003: Upgraded package: P<postgresql-7.3.3-20030718>
   18-Jul-2003: Upgraded package: P<openldap-2.1.22-20030718>
   18-Jul-2003: Upgraded package: P<portsentry-1.1-20030718>
   18-Jul-2003: Upgraded package: P<ircd-2.10.3p3-20030718>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to