summaryrefslogtreecommitdiff
path: root/mail/sympa5
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-03 10:22:06 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-03 10:22:06 +0000
commit0d96ff2ed44ba35abf7ecadeffb5ab316e029999 (patch)
treec5d8da0f9a5604a073d26cbcdc00b29664e651c7 /mail/sympa5
parent- Update to 5.9. (diff)
s/Exit/exit/ on pkg-install
Reported by: lawrance
Notes
Notes: svn path=/head/; revision=144047
Diffstat (limited to 'mail/sympa5')
-rw-r--r--mail/sympa5/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sympa5/pkg-install b/mail/sympa5/pkg-install
index 40c4a3d6a50d..7b37b790231a 100644
--- a/mail/sympa5/pkg-install
+++ b/mail/sympa5/pkg-install
@@ -70,4 +70,4 @@ if ! pw usershow "${USER}" 2>/dev/null 1>&2; then
fi
fi
-Exit 0
+exit 0