diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-21 12:48:42 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-21 12:48:42 +0000 |
commit | 7761e1f7dde6a3263d1dac0787de5f58de0e0f52 (patch) | |
tree | ae3774bf14d409d10030ef853c4f733da84eda2b /net-nds/ypbind | |
parent | Added networks template, required for ypserv to work out of the box (diff) | |
download | gentoo-2-7761e1f7dde6a3263d1dac0787de5f58de0e0f52.tar.gz gentoo-2-7761e1f7dde6a3263d1dac0787de5f58de0e0f52.tar.bz2 gentoo-2-7761e1f7dde6a3263d1dac0787de5f58de0e0f52.zip |
*** empty log message ***
Diffstat (limited to 'net-nds/ypbind')
-rwxr-xr-x | net-nds/ypbind/files/ypbind | 2 |
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 } |