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
commit7761e1f7dde6a3263d1dac0787de5f58de0e0f52 (patch)
treeae3774bf14d409d10030ef853c4f733da84eda2b /net-nds
parentAdded networks template, required for ypserv to work out of the box (diff)
downloadgentoo-2-7761e1f7dde6a3263d1dac0787de5f58de0e0f52.tar.gz
gentoo-2-7761e1f7dde6a3263d1dac0787de5f58de0e0f52.tar.bz2
gentoo-2-7761e1f7dde6a3263d1dac0787de5f58de0e0f52.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
}