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 | e5c146097c143a75a5241898a81c25fcf249221e (patch) | |
tree | 1fc29ccfbb439942692bed512e4d6eef81bb13cb /net-nds | |
parent | Added networks template, required for ypserv to work out of the box (diff) | |
download | historical-e5c146097c143a75a5241898a81c25fcf249221e.tar.gz historical-e5c146097c143a75a5241898a81c25fcf249221e.tar.bz2 historical-e5c146097c143a75a5241898a81c25fcf249221e.zip |
*** empty log message ***
Diffstat (limited to 'net-nds')
-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 } |