]> git.pld-linux.org Git - packages/courier-sox.git/commitdiff
- fix start message in -init patch auto/th/courier-sox-0.12-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Mar 2018 20:23:03 +0000 (21:23 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Mar 2018 20:23:12 +0000 (21:23 +0100)
- -server requires courier-authlib (for courierlogger)
- release 2, rebuild with -rpath from fixed courier-authlib

courier-sox-init.patch
courier-sox.spec

index e3f48df2c6bad75f6b77ec0ba9c2800bc1755743..3d07d2c5e8d49b3c441062a32720fab892ca8f18 100644 (file)
@@ -1,6 +1,6 @@
 --- courier-sox-0.12/courier-sox.sysvinit.in.orig      2013-08-25 20:57:39.000000000 +0200
 +++ courier-sox-0.12/courier-sox.sysvinit.in   2018-03-20 18:43:13.183970169 +0100
-@@ -14,31 +14,92 @@
+@@ -14,31 +14,93 @@
  datarootdir="@datarootdir@"
  datadir="@datadir@"
  
@@ -35,6 +35,7 @@
 +      fi
 +
 +      cd /
++      msg_starting "Courier Socks"
 +      $sbindir/sockd start && ok || fail
 +      RETVAL=$?
 +      [ $RETVAL -eq 0 ] && touch /var/lock/subsys/courier-sox
index 74e81acda8c446bc3bab66c3e463e871c6756806..163ba8dff78815718e374860188afc22e82a55ab 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Courier Socks 5 client libraries
 Summary(pl.UTF-8):     Biblioteki klienckie Socks 5
 Name:          courier-sox
 Version:       0.12
-Release:       1
+Release:       2
 License:       GPL v3 with OpenSSL exception
 Group:         Networking/Utilities
 Source0:       http://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
@@ -63,7 +63,8 @@ Summary(pl.UTF-8):    Serwer socks 5
 Group:         Networking/Daemons
 Requires(post,preun):  /sbin/chkconfig
 Requires:      %{name} = %{version}-%{release}
-Requires:      courier-authlib-libs >= 0.56.20050702
+# requires library and courierlogger
+Requires:      courier-authlib >= 0.56.20050702
 
 %description server
 This package contains the Courier Socks 5 server.
This page took 0.105986 seconds and 4 git commands to generate.