]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/rpcbind
Merge remote-tracking branch 'origin/master' into kernel-4.9
[people/pmueller/ipfire-2.x.git] / lfs / rpcbind
index d9e28854eca9010ed9f1f5b3175c22af034229b9..046121f362733fc7f722f80f365dbe567fddc972 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = rpcbind
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = "libtirpc"
 
@@ -82,5 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./configure --prefix=/usr --bindir=/sbin --with-rpcuser=root --without-systemdsystemunitdir --disable-ipv6
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,rpcbind)
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)