mbox

[2/2] Replace portmap with rpcbind, because portmap is not maintained anymore

Message ID 1461597196-885-3-git-send-email-jonatan.schlag@ipfire.org
State Superseded
Headers

Message

Jonatan Schlag April 26, 2016, 1:13 a.m. UTC
  Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
 config/rootfiles/common/armv5tel/initscripts       |  2 +-
 config/rootfiles/common/i586/initscripts           |  2 +-
 config/rootfiles/common/x86_64/initscripts         |  2 +-
 config/rootfiles/packages/rpcbind                  |  5 ++
 lfs/nfs                                            |  2 +-
 lfs/portmap                                        | 85 ---------------------
 lfs/rpcbind                                        | 86 ++++++++++++++++++++++
 src/initscripts/init.d/portmap                     | 38 ----------
 src/initscripts/init.d/rpcbind                     | 38 ++++++++++
 src/paks/portmap/install.sh                        | 29 --------
 src/paks/portmap/uninstall.sh                      | 27 -------
 src/paks/portmap/update.sh                         | 26 -------
 src/paks/rpcbind/install.sh                        | 29 ++++++++
 src/paks/rpcbind/uninstall.sh                      | 27 +++++++
 src/paks/rpcbind/update.sh                         | 26 +++++++
 .../rpcbind/rpcbind-0.2.3-tirpc_fix-1.patch        | 48 ++++++++++++
 16 files changed, 262 insertions(+), 209 deletions(-)
 create mode 100644 config/rootfiles/packages/rpcbind
 delete mode 100644 lfs/portmap
 create mode 100644 lfs/rpcbind
 delete mode 100644 src/initscripts/init.d/portmap
 create mode 100644 src/initscripts/init.d/rpcbind
 delete mode 100644 src/paks/portmap/install.sh
 delete mode 100644 src/paks/portmap/uninstall.sh
 delete mode 100644 src/paks/portmap/update.sh
 create mode 100644 src/paks/rpcbind/install.sh
 create mode 100644 src/paks/rpcbind/uninstall.sh
 create mode 100644 src/paks/rpcbind/update.sh
 create mode 100644 src/patches/rpcbind/rpcbind-0.2.3-tirpc_fix-1.patch
  

Comments

Jonatan Schlag April 26, 2016, 9:11 p.m. UTC | #1
Hi,
I am sorry :-( these patch series contains some errors. I will send a 
new patch set.

Regards Jonatan
  
Michael Tremer April 27, 2016, 7:23 a.m. UTC | #2
What is it? Please share this with us.

On Tue, 2016-04-26 at 13:11 +0200, Jonatan Schlag wrote:
> Hi,
> I am sorry :-( these patch series contains some errors. I will send a new
> patch set.
> 
> Regards Jonatan
  
Jonatan Schlag April 27, 2016, 11:10 p.m. UTC | #3
Hi,
the portmap package are not removed form the make.sh and rpcbind and 
libtripc are not added to the make.sh :-(.
This patches contain also whitespace errors.
This are not big errors, but i want to post quality on this list :-)

Regards Jonatan

Am Di, 26. Apr, 2016 um 11:23 schrieb Michael Tremer 
<michael.tremer@ipfire.org>:
> What is it? Please share this with us.
> 
> On Tue, 2016-04-26 at 13:11 +0200, Jonatan Schlag wrote:
>>  Hi,
>>  I am sorry :-( these patch series contains some errors. I will send 
>> a new
>>  patch set.
>> 
>>  Regards Jonatan