diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-02-16 09:14:52 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-02-16 09:14:56 +0000 |
commit | 96d6978cbb360455d43636a63bb78ddc83f0efb3 (patch) | |
tree | 75957a231067740b5f1358dd91b4d5efc564c8c9 /main/hylafax/hylafax.post-install | |
parent | 0b6cb9df29175e97cce8f52f010ea1c7313fb08f (diff) | |
download | aports-96d6978cbb360455d43636a63bb78ddc83f0efb3.tar.bz2 aports-96d6978cbb360455d43636a63bb78ddc83f0efb3.tar.xz |
main/hylafax: added initd, improved post-install
Diffstat (limited to 'main/hylafax/hylafax.post-install')
-rw-r--r-- | main/hylafax/hylafax.post-install | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/hylafax/hylafax.post-install b/main/hylafax/hylafax.post-install index 839f96f543..fb88aa93a3 100644 --- a/main/hylafax/hylafax.post-install +++ b/main/hylafax/hylafax.post-install @@ -1,5 +1,5 @@ #!/bin/sh - -echo " *" -echo " * Please run faxsetup to configure hylafax" -echo " *" +echo " * ">&2 +echo " * Please run faxsetup to configure hylafax">&2 +echo " * " >&2 +exit 0 |