diff options
author | des <des@FreeBSD.org> | 2003-02-28 23:12:14 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-02-28 23:12:14 +0000 |
commit | 173d51080254f243903419de4f5b00198e5e28a3 (patch) | |
tree | 623536324e93b144059ffb2932f056146b60f9cc /mail/ecartis/pkg-install | |
parent | 096942392ee46ef8297273fb3fa2a313f931c0c0 (diff) | |
download | FreeBSD-ports-173d51080254f243903419de4f5b00198e5e28a3.zip FreeBSD-ports-173d51080254f243903419de4f5b00198e5e28a3.tar.gz |
Remove all remaining references to Listar, as www.listar.org has been
snapped up by a domain shark. No functional changes.
Diffstat (limited to 'mail/ecartis/pkg-install')
-rw-r--r-- | mail/ecartis/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ecartis/pkg-install b/mail/ecartis/pkg-install index 760c03d..944afd6 100644 --- a/mail/ecartis/pkg-install +++ b/mail/ecartis/pkg-install @@ -52,7 +52,7 @@ if [ x"$2" = xPRE-INSTALL ]; then echo "You need a user \"${user}\"." if yesno "Would you like me to create it" y; then pw useradd ${user} -g ${group} -h - -d /nonexistent \ - -s /nonexistent -c "Listar Listserver" || exit + -s /nonexistent -c "Ecartis Listserver" || exit echo "Done." else echo "Please create it, and try again." |