diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:21:47 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:31:13 +0200 |
commit | 135fdeebb99c3569e42d8162b265e15d29bd937d (patch) | |
tree | 0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /net/openntpd/files | |
parent | Remove # $FreeBSD$ from Makefiles. (diff) |
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'net/openntpd/files')
-rw-r--r-- | net/openntpd/files/480.status-openntpd.in | 3 | ||||
-rw-r--r-- | net/openntpd/files/openntpd.in | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/net/openntpd/files/480.status-openntpd.in b/net/openntpd/files/480.status-openntpd.in index 1a3d8eb3ce2c..ee014c9b33cd 100644 --- a/net/openntpd/files/480.status-openntpd.in +++ b/net/openntpd/files/480.status-openntpd.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# if [ -r /etc/defaults/periodic.conf ] ; then . /etc/defaults/periodic.conf diff --git a/net/openntpd/files/openntpd.in b/net/openntpd/files/openntpd.in index a6bd8a258388..8b5ed9c4fb31 100644 --- a/net/openntpd/files/openntpd.in +++ b/net/openntpd/files/openntpd.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: openntpd # REQUIRE: DAEMON ntpdate # BEFORE: LOGIN |