]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/nfs
core166: Ship changes files
[people/mfischer/ipfire-2.x.git] / lfs / nfs
diff --git a/lfs/nfs b/lfs/nfs
index 702f7116fb98a9d8238e1142676d09be8fa3565b..4f580c88136ee65690ca3c3055ac5ce2f78cb080 100644 (file)
--- a/lfs/nfs
+++ b/lfs/nfs
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Support Utilities for Kernel nfsd
+
 VER        = 2.5.3
 
 THISAPP    = nfs-utils-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 16
 
 DEPS       = rpcbind
 
+SERVICES   = nfs-server
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +58,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
@@ -88,7 +92,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        # Install initscript
-       $(call INSTALL_INITSCRIPT,nfs-server)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        # Install configuration
        mkdir -pv $(CONFIG_ROOT)/nfs