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 /comms/smstools3/files | |
parent | Remove # $FreeBSD$ from Makefiles. (diff) |
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'comms/smstools3/files')
-rw-r--r-- | comms/smstools3/files/pkg-deinstall.in | 3 | ||||
-rw-r--r-- | comms/smstools3/files/pkg-install.in | 3 | ||||
-rw-r--r-- | comms/smstools3/files/smsd.in | 4 |
3 files changed, 1 insertions, 9 deletions
diff --git a/comms/smstools3/files/pkg-deinstall.in b/comms/smstools3/files/pkg-deinstall.in index bd78c6b46ce2..726b8856a0e9 100644 --- a/comms/smstools3/files/pkg-deinstall.in +++ b/comms/smstools3/files/pkg-deinstall.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# if [ "x$2" = "xPOST-DEINSTALL" ]; then rmdir %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing \ diff --git a/comms/smstools3/files/pkg-install.in b/comms/smstools3/files/pkg-install.in index 9f9262263885..19e362078a62 100644 --- a/comms/smstools3/files/pkg-install.in +++ b/comms/smstools3/files/pkg-install.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# if [ "x$2" = "xPOST-INSTALL" ]; then mkdir -p %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing \ diff --git a/comms/smstools3/files/smsd.in b/comms/smstools3/files/smsd.in index 1f96997aab00..51969dcd36a3 100644 --- a/comms/smstools3/files/smsd.in +++ b/comms/smstools3/files/smsd.in @@ -1,7 +1,5 @@ #!/bin/sh -# -# $FreeBSD$ -# + # PROVIDE: smsd # REQUIRE: LOGIN # KEYWORD: shutdown |