Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
202
Merge Requests
202
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
b327b29c
Commit
b327b29c
authored
Sep 15, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/nfs-utils: start service after firewall
parent
5c73e936
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
main/nfs-utils/APKBUILD
main/nfs-utils/APKBUILD
+2
-2
main/nfs-utils/nfs.initd
main/nfs-utils/nfs.initd
+1
-1
No files found.
main/nfs-utils/APKBUILD
View file @
b327b29c
...
...
@@ -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
...
...
main/nfs-utils/nfs.initd
View file @
b327b29c
...
...
@@ -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() {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment