diff options
author | 1997-11-22 12:32:35 +0000 | |
---|---|---|
committer | 1997-11-22 12:32:35 +0000 | |
commit | d98136e98b57e1d17301ba7da2ac6d49583136d7 (patch) | |
tree | 3d7c409470031d6dde3baff1ad47780f42713839 | |
parent | bail if no arp entries (diff) | |
download | wireguard-openbsd-d98136e98b57e1d17301ba7da2ac6d49583136d7.tar.xz wireguard-openbsd-d98136e98b57e1d17301ba7da2ac6d49583136d7.zip |
locate.rc
-rw-r--r-- | etc/locate.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/locate.rc b/etc/locate.rc index 4792b5a445c..3bfd116ec0b 100644 --- a/etc/locate.rc +++ b/etc/locate.rc @@ -1,8 +1,7 @@ -# $OpenBSD: locate.rc,v 1.2 1997/04/03 00:57:37 michaels Exp $ +# $OpenBSD: locate.rc,v 1.3 1997/11/22 12:32:35 kstailey Exp $ # # /etc/locate.rc - command script for updatedb(8) # -# $Id: locate.rc,v 1.2 1997/04/03 00:57:37 michaels Exp $ # temp directory TMPDIR="/tmp" |