summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/nfs-utils/files/nfsmount7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-fs/nfs-utils/files/nfsmount b/net-fs/nfs-utils/files/nfsmount
index e3f6731adf51..fe039528e01e 100644
--- a/net-fs/nfs-utils/files/nfsmount
+++ b/net-fs/nfs-utils/files/nfsmount
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount,v 1.6 2005/03/23 04:12:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount,v 1.7 2006/06/28 03:28:58 vapier Exp $
depend() {
need net portmap
@@ -40,8 +40,3 @@ stop() {
eend $? "Error unmounting NFS filesystems"
stop_statd
}
-
-restart() {
- svc_stop
- svc_start
-}