diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-28 18:42:00 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-28 18:42:00 +0000 |
commit | bed9bcafbd6a2f2f7f3de08c1557ddd3f48295c7 (patch) | |
tree | aaa4e59589859e59080a72313f1fac63d3f8f82d /packages/nfs-utils | |
parent | 68d8d7904d7f99c3a6d75557c56e9c02d5f31af1 (diff) |
nfs-utils: inherit rc-update.d so the startup script gets linked correctly
Diffstat (limited to 'packages/nfs-utils')
-rw-r--r-- | packages/nfs-utils/nfs-utils_1.0.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/nfs-utils/nfs-utils_1.0.6.bb b/packages/nfs-utils/nfs-utils_1.0.6.bb index f72b7226f4..a95badd85f 100644 --- a/packages/nfs-utils/nfs-utils_1.0.6.bb +++ b/packages/nfs-utils/nfs-utils_1.0.6.bb @@ -3,7 +3,7 @@ PRIORITY = "optional" SECTION = "console/networking" MAINTAINER = "dyoung <dyoung@thestuffguy.com>" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \ file://acinclude-lossage.patch;patch=1 \ @@ -23,7 +23,7 @@ INITSCRIPT_NAME = "nfsserver" # in the shutdown levels, but that works fine. INITSCRIPT_PARAMS = "defaults" -inherit autotools +inherit autotools update-rc.d EXTRA_OECONF = "--with-statduser=nobody \ --enable-nfsv3 \ |