diff options
author | 2008-06-10 18:28:27 +0000 | |
---|---|---|
committer | 2008-06-10 18:28:27 +0000 | |
commit | 6265fb43a07fd295622315ac570d8a06bcedc10e (patch) | |
tree | ee6fd297efceb9c809bc5a3d51d461299427d100 /net-mail/perdition/files | |
parent | depend on latex-base instead of tetex, bug #225315 (diff) | |
download | historical-6265fb43a07fd295622315ac570d8a06bcedc10e.tar.gz historical-6265fb43a07fd295622315ac570d8a06bcedc10e.tar.bz2 historical-6265fb43a07fd295622315ac570d8a06bcedc10e.zip |
cleanup old version, fix typo in init-skript, remove pointless blockers (#191568)
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'net-mail/perdition/files')
-rwxr-xr-x | net-mail/perdition/files/perdition.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/perdition/files/perdition.initd b/net-mail/perdition/files/perdition.initd index 14ca8b8d792a..cb7f680d5ae7 100755 --- a/net-mail/perdition/files/perdition.initd +++ b/net-mail/perdition/files/perdition.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/files/perdition.initd,v 1.1 2005/01/25 18:07:46 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/files/perdition.initd,v 1.2 2008/06/10 18:28:27 dertobi123 Exp $ depend() { need net @@ -18,7 +18,7 @@ check_key() { start() { if [ "${POP3}" = "yes" ]; then - ebegin "Starting peridtion services (POP3)" + ebegin "Starting perdition services (POP3)" start-stop-daemon --quiet --start --startas /usr/sbin/perdition.pop3 -p ${PIDDIR}/pop3.pid \ -- ${FLAGS} ${POP3_FLAGS} -u ${PERDITION_USER} --pid_file ${PIDDIR}/pop3.pid eend $? |