summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-21 12:48:42 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-21 12:48:42 +0000
commite5c146097c143a75a5241898a81c25fcf249221e (patch)
tree1fc29ccfbb439942692bed512e4d6eef81bb13cb /net-nds
parentAdded networks template, required for ypserv to work out of the box (diff)
downloadhistorical-e5c146097c143a75a5241898a81c25fcf249221e.tar.gz
historical-e5c146097c143a75a5241898a81c25fcf249221e.tar.bz2
historical-e5c146097c143a75a5241898a81c25fcf249221e.zip
*** empty log message ***
Diffstat (limited to 'net-nds')
-rwxr-xr-xnet-nds/ypbind/files/ypbind2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nds/ypbind/files/ypbind b/net-nds/ypbind/files/ypbind
index b4d121909e68..82de473eecde 100755
--- a/net-nds/ypbind/files/ypbind
+++ b/net-nds/ypbind/files/ypbind
@@ -46,7 +46,7 @@ stop() {
eend $? "Error stopping ${SERVICE}."
# Remove binding files, if ypbind "forget" it
rm -f /var/yp/binding/*
- #rm -f /var/lock/subsys/ypbind
+ rm -f $PID
fi
}