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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   22-Jul-2003 22:25:26
  Branch: HEAD                             Handle: 2003072221252500

  Modified files:
    openpkg-src/inn         inn.spec

  Log:
    fix PR#176 set default daemon bind/listen address to 127.0.0.1

  Summary:
    Revision    Changes     Path
    1.80        +3  -1      openpkg-src/inn/inn.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/inn/inn.spec
  ============================================================================
  $ cvs diff -u -r1.79 -r1.80 inn.spec
  --- openpkg-src/inn/inn.spec  22 Jul 2003 16:18:42 -0000      1.79
  +++ openpkg-src/inn/inn.spec  22 Jul 2003 20:25:25 -0000      1.80
  @@ -74,6 +74,8 @@
           Makefile.global.in
       %{l_shtool} subst \
           -e "s;^\\(pathbin:.*\\)@[EMAIL PROTECTED];[EMAIL PROTECTED]@/libexec/inn;" \
  +        -e "s;^#bindaddress:.*;bindaddress:            127.0.0.1;" \
  +        -e "s;^#sourceaddress:.*;sourceaddress:          127.0.0.1;" \
           samples/inn.conf.in
       %{l_shtool} subst \
           -e 's;\(ExtUtils::Embed.*ldopts.*tail -1\);\1 | sed -e "s/ -lc/ /";' \
  @@ -264,6 +266,6 @@
       #   before erase, stop service and remove log files
       [ $1 -eq 0 ] || exit 0
       %{l_rc} inn stop 2>/dev/null
  -    rm -f $RPM_INSTALL_PREFIX/var/inn/inn.log* >/dev/null 2>&1 || true
  +    rm -rf $RPM_INSTALL_PREFIX/var/inn/log/ >/dev/null 2>&1 || true
       exit 0
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to