diff options
author | grant <grant@pkgsrc.org> | 2002-09-23 14:40:51 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-09-23 14:40:51 +0000 |
commit | 36832866e99ee539c2493c429aa3b66f67b2f75b (patch) | |
tree | 99529dbfcf30ffc85b9f1801e79695d0e45f6358 | |
parent | 80530d2731ceff841cd7ce4676e99ff301c704d9 (diff) | |
download | pkgsrc-36832866e99ee539c2493c429aa3b66f67b2f75b.tar.gz |
add missing RCS Id.
-rw-r--r-- | net/bind9-current/files/lwresd.sh | 4 | ||||
-rw-r--r-- | net/bind9-current/files/named.sh | 4 | ||||
-rw-r--r-- | net/bind9/files/lwresd.sh | 4 | ||||
-rw-r--r-- | net/bind9/files/named.sh | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/net/bind9-current/files/lwresd.sh b/net/bind9-current/files/lwresd.sh index be6edfe1d70..7d5b3704cf9 100644 --- a/net/bind9-current/files/lwresd.sh +++ b/net/bind9-current/files/lwresd.sh @@ -1,5 +1,7 @@ #!/bin/sh - +# +# $NetBSD: lwresd.sh,v 1.4 2002/09/23 14:41:08 grant Exp $ +# # PROVIDE: lwresd # REQUIRE: SERVERS diff --git a/net/bind9-current/files/named.sh b/net/bind9-current/files/named.sh index ed0fb29088b..72e2f611cc4 100644 --- a/net/bind9-current/files/named.sh +++ b/net/bind9-current/files/named.sh @@ -1,5 +1,7 @@ #!/bin/sh - +# +# $NetBSD: named.sh,v 1.4 2002/09/23 14:41:08 grant Exp $ +# # PROVIDE: named # REQUIRE: SERVERS diff --git a/net/bind9/files/lwresd.sh b/net/bind9/files/lwresd.sh index be6edfe1d70..51369b6f693 100644 --- a/net/bind9/files/lwresd.sh +++ b/net/bind9/files/lwresd.sh @@ -1,5 +1,7 @@ #!/bin/sh - +# +# $NetBSD: lwresd.sh,v 1.2 2002/09/23 14:40:51 grant Exp $ +# # PROVIDE: lwresd # REQUIRE: SERVERS diff --git a/net/bind9/files/named.sh b/net/bind9/files/named.sh index ed0fb29088b..b3198bd6616 100644 --- a/net/bind9/files/named.sh +++ b/net/bind9/files/named.sh @@ -1,5 +1,7 @@ #!/bin/sh - +# +# $NetBSD: named.sh,v 1.2 2002/09/23 14:40:52 grant Exp $ +# # PROVIDE: named # REQUIRE: SERVERS |