diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 23:35:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 23:35:09 +0000 |
commit | bc59351de43e990fb5a283d7ea5bc4ae9a38c039 (patch) | |
tree | ff4ef6276b1990a3be9839e7caa7b526c901c3e0 /net-mail/cvm-vmailmgr/files | |
parent | Fix copyright header (diff) | |
download | gentoo-2-bc59351de43e990fb5a283d7ea5bc4ae9a38c039.tar.gz gentoo-2-bc59351de43e990fb5a283d7ea5bc4ae9a38c039.tar.bz2 gentoo-2-bc59351de43e990fb5a283d7ea5bc4ae9a38c039.zip |
fix tail -1 issue and copyright headers
Diffstat (limited to 'net-mail/cvm-vmailmgr/files')
-rw-r--r-- | net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr b/net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr index f81ff31c1cdb..278f69c18577 100644 --- a/net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr +++ b/net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr @@ -1,3 +1,3 @@ #!/bin/sh -exec cvm-vmailmgr-local `head -1 /etc/vmailmgr/cvm-vmailmgr-socket` 2>&1 +exec cvm-vmailmgr-local `head -n1 /etc/vmailmgr/cvm-vmailmgr-socket` 2>&1 |