diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:12:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:12:23 +0000 |
commit | e69372ab27c04d6c5cddec0dde0a651227aa9cc1 (patch) | |
tree | bc9b3153dc623549055fcb651b4dc44648cbdc3c /net-fs/shfs/shfs-0.35-r1.ebuild | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | historical-e69372ab27c04d6c5cddec0dde0a651227aa9cc1.tar.gz historical-e69372ab27c04d6c5cddec0dde0a651227aa9cc1.tar.bz2 historical-e69372ab27c04d6c5cddec0dde0a651227aa9cc1.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-fs/shfs/shfs-0.35-r1.ebuild')
-rw-r--r-- | net-fs/shfs/shfs-0.35-r1.ebuild | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/net-fs/shfs/shfs-0.35-r1.ebuild b/net-fs/shfs/shfs-0.35-r1.ebuild index db46f8e93fb0..2dda6d574095 100644 --- a/net-fs/shfs/shfs-0.35-r1.ebuild +++ b/net-fs/shfs/shfs-0.35-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r1.ebuild,v 1.2 2005/04/07 16:05:24 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r1.ebuild,v 1.3 2005/07/09 17:12:23 swegener Exp $ inherit eutils @@ -95,19 +95,19 @@ pkg_postinst() { echo "running depmod...." depmod -aq || die - echo " " + echo einfo " Use either 'shfsmount' or 'mount -t shfs' to mount remote" - einfo " filesystems to into your local filesystem. " - echo " " - echo " " - einfo " Note the following: " - einfo " " - einfo " 1. The shfs kernel module has to be loaded first " - einfo " before you can start mounting filesystems. " - einfo " Try: 'modprobe shfs' as root. " - einfo " " - einfo " 2. When mounting, you must enter the absolute path of " - einfo " the remote filesystem without any special chars, " - einfo " such as tilde (~), for example. " - echo " " + einfo " filesystems to into your local filesystem." + echo + echo + einfo " Note the following:" + einfo + einfo " 1. The shfs kernel module has to be loaded first" + einfo " before you can start mounting filesystems." + einfo " Try: 'modprobe shfs' as root." + einfo + einfo " 2. When mounting, you must enter the absolute path of" + einfo " the remote filesystem without any special chars," + einfo " such as tilde (~), for example." + echo } |