]> git.pld-linux.org Git - packages/rpcbind.git/commitdiff
- prevent systemd from taking over rpcbind ports, rel 2 auto/th/rpcbind-1.2.6-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Feb 2023 13:44:25 +0000 (14:44 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Feb 2023 13:44:25 +0000 (14:44 +0100)
rpcbind-systemd.patch
rpcbind.spec

index a749973af3a32f8fcf2ab56e6981c1debf9e7a8d..e875beaf972c17c967e0723de387f38162d33e04 100644 (file)
@@ -17,7 +17,7 @@
 +Also=rpcbind.socket
 --- rpcbind-0.2.4/systemd/rpcbind.socket.orig  2016-11-28 21:47:28.000000000 +0100
 +++ rpcbind-0.2.4/systemd/rpcbind.socket       2018-04-11 19:43:27.366604185 +0200
-@@ -5,7 +5,7 @@
+@@ -5,14 +5,14 @@
  Before=rpcbind.target
  
  [Socket]
 +ListenStream=/var/run/rpcbind.sock
  
  # RPC netconfig can't handle ipv6/ipv4 dual sockets
- BindIPv6Only=ipv6-only
+-BindIPv6Only=ipv6-only
+-ListenStream=0.0.0.0:111
+-ListenDatagram=0.0.0.0:111
+-ListenStream=[::]:111
+-ListenDatagram=[::]:111
++#BindIPv6Only=ipv6-only
++#ListenStream=0.0.0.0:111
++#ListenDatagram=0.0.0.0:111
++#ListenStream=[::]:111
++#ListenDatagram=[::]:111
+ [Install]
+ WantedBy=sockets.target
index afe7bcf77d47fa8d146e7840c9b54752be8d8a39..b9b8e07ad11520f80b295c4a46315a3a94a75886 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Universal addresses to RPC program number mapper
 Summary(pl.UTF-8):     Demon odwzorowujący adresy uniwersalne na numery programów RPC
 Name:          rpcbind
 Version:       1.2.6
-Release:       1
+Release:       2
 License:       BSD
 Group:         Daemons
 Source0:       https://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2
This page took 0.326345 seconds and 4 git commands to generate.