diff options
Diffstat (limited to 'dns/ddns')
-rw-r--r-- | dns/ddns/files/ddns_client.in | 3 | ||||
-rw-r--r-- | dns/ddns/files/ddns_server.in | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dns/ddns/files/ddns_client.in b/dns/ddns/files/ddns_client.in index aaa94b68d1a1..e751d770e8ed 100644 --- a/dns/ddns/files/ddns_client.in +++ b/dns/ddns/files/ddns_client.in @@ -1,6 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# + # PROVIDE: ddns_client # REQUIRE: DAEMON # KEYWORD: shutdown diff --git a/dns/ddns/files/ddns_server.in b/dns/ddns/files/ddns_server.in index f292c53e55db..b070310d44f4 100644 --- a/dns/ddns/files/ddns_server.in +++ b/dns/ddns/files/ddns_server.in @@ -1,6 +1,5 @@ #!/bin/sh -# $FreeBSD$ -# + # PROVIDE: ddns_server # REQUIRE: DAEMON # KEYWORD: shutdown |