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 | c4c4c2e73cd8d04f83c002d045b093f494569c1a (patch) | |
tree | 6bd7b7402c70eda6b4928dc35d3abe764a5a0751 /net | |
parent | ce010af32c8d9c6a0649b83bff8d7dcf880d821f (diff) | |
download | pkgsrc-c4c4c2e73cd8d04f83c002d045b093f494569c1a.tar.gz |
Fix PLIST:
It is "bin/wol-bootptab", not "bin/wol-boottab".
Diffstat (limited to 'net')
-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 |