diff options
author | zuntum <zuntum@pkgsrc.org> | 2004-02-17 15:10:25 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2004-02-17 15:10:25 +0000 |
commit | a0fd27def5b37119e80253f74a43269dfb011cd2 (patch) | |
tree | 6bd7b7402c70eda6b4928dc35d3abe764a5a0751 /net/wol | |
parent | 98ded7099a6b9af38bcf9ed771d3c4d8abca735a (diff) | |
download | pkgsrc-a0fd27def5b37119e80253f74a43269dfb011cd2.tar.gz |
Fix PLIST:
It is "bin/wol-bootptab", not "bin/wol-boottab".
Diffstat (limited to 'net/wol')
-rw-r--r-- | net/wol/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wol/PLIST b/net/wol/PLIST index 8419aee6e06..41b87162af1 100644 --- a/net/wol/PLIST +++ b/net/wol/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2004/02/14 17:57:25 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/02/17 15:10:25 zuntum Exp $ bin/wol -bin/wol-boottab +bin/wol-bootptab bin/wol-dhcpdconf info/wol.info man/man1/wol.1 |