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 /mail/sympa/files | |
parent | Remove # $FreeBSD$ from Makefiles. (diff) |
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'mail/sympa/files')
-rw-r--r-- | mail/sympa/files/pkg-install.in | 2 | ||||
-rw-r--r-- | mail/sympa/files/sympa.in | 6 |
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 |