mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/nfs-utils: start service after firewall
This commit is contained in:
parent
5c73e936a5
commit
b327b29c4a
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=nfs-utils
|
||||
pkgver=1.2.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="kernel-mode NFS"
|
||||
url="http://nfs.sourceforge.net/"
|
||||
license="GPL"
|
||||
@ -47,7 +47,7 @@ build() {
|
||||
}
|
||||
|
||||
md5sums="779cf81044e92cb51ad590960e7b3671 nfs-utils-1.2.0.tar.bz2
|
||||
4538f67470c916f8da9c76a17e314906 nfs.initd
|
||||
23240b9ab44ef7d6b6c437c0ae34915d nfs.initd
|
||||
09135438d6df50b868bbe5a2260f973c nfs.confd
|
||||
4f1bb7b2412ce5952ecb5ec22d8ed99d nfs.exports
|
||||
5e0963b0889e779ff36af0299d17d6cb nfs-utils-no-exec.patch
|
||||
|
||||
@ -25,7 +25,7 @@ depend() {
|
||||
config /etc/exports
|
||||
need portmap rpc.statd ${myneed}
|
||||
use ypbind net dns rpc.rquotad rpc.idmapd rpc.svcgssd
|
||||
after quota
|
||||
after firewall quota
|
||||
}
|
||||
|
||||
mkdir_nfsdirs() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user