summaryrefslogtreecommitdiff
path: root/mail/sympa/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-04-06 16:21:47 +0200
committerMathieu Arnold <mat@FreeBSD.org>2021-04-06 16:31:13 +0200
commit135fdeebb99c3569e42d8162b265e15d29bd937d (patch)
tree0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /mail/sympa/files
parentRemove # $FreeBSD$ from Makefiles. (diff)
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'mail/sympa/files')
-rw-r--r--mail/sympa/files/pkg-install.in2
-rw-r--r--mail/sympa/files/sympa.in6
2 files changed, 2 insertions, 6 deletions
diff --git a/mail/sympa/files/pkg-install.in b/mail/sympa/files/pkg-install.in
index e0a1239dd448..e10e0ca1445b 100644
--- a/mail/sympa/files/pkg-install.in
+++ b/mail/sympa/files/pkg-install.in
@@ -1,6 +1,4 @@
#!/bin/sh
-# $FreeBSD$
-#
if [ "$2" = "POST_INSTALL" ]; then
if [ ! -f %%ETCDIR%%/sympa.conf -o ! -f %%ETCDIR%%/data_structure.version ]; then
diff --git a/mail/sympa/files/sympa.in b/mail/sympa/files/sympa.in
index 5879c7349db8..79f5d29bcbd7 100644
--- a/mail/sympa/files/sympa.in
+++ b/mail/sympa/files/sympa.in
@@ -1,11 +1,9 @@
#!/bin/sh
-#
+
# PROVIDE: sympa
# REQUIRE: LOGIN cleanvar %%REQ_MYSQL%% %%REQ_PGSQL%%
# KEYWORD: shutdown
-#
-# $FreeBSD$
-#
+
# Written by Michel Bouissou 20/07/2000
#
# Modified by Olivier Salaun 27/07/2000