summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-08 22:30:25 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-08 22:30:25 +0000
commitfe100504033e4c4e143a703f6ab7a4ff4242d418 (patch)
treebd92a465c21a6a9749ad23fa8cc61b33ee21e63a /net-fs/shfs
parentremove old epatch line #177712 (diff)
downloadgentoo-2-fe100504033e4c4e143a703f6ab7a4ff4242d418.tar.gz
gentoo-2-fe100504033e4c4e143a703f6ab7a4ff4242d418.tar.bz2
gentoo-2-fe100504033e4c4e143a703f6ab7a4ff4242d418.zip
Replacing einfo with elog
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-fs/shfs')
-rw-r--r--net-fs/shfs/ChangeLog6
-rw-r--r--net-fs/shfs/shfs-0.35-r3.ebuild26
-rw-r--r--net-fs/shfs/shfs-0.35-r4.ebuild26
3 files changed, 31 insertions, 27 deletions
diff --git a/net-fs/shfs/ChangeLog b/net-fs/shfs/ChangeLog
index c8e4d8f8dfc2..acbb2a8209c0 100644
--- a/net-fs/shfs/ChangeLog
+++ b/net-fs/shfs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-fs/shfs
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/ChangeLog,v 1.41 2007/05/06 15:48:02 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/ChangeLog,v 1.42 2007/05/08 22:30:25 genone Exp $
+
+ 08 May 2007; Marius Mauch <genone@gentoo.org> shfs-0.35-r3.ebuild,
+ shfs-0.35-r4.ebuild:
+ Replacing einfo with elog
06 May 2007; Saleem Abdulrasool <compnerd@gentoo.org> shfs-0.35-r3.ebuild,
shfs-0.35-r4.ebuild:
diff --git a/net-fs/shfs/shfs-0.35-r3.ebuild b/net-fs/shfs/shfs-0.35-r3.ebuild
index 1539337ca619..5fb767c754d3 100644
--- a/net-fs/shfs/shfs-0.35-r3.ebuild
+++ b/net-fs/shfs/shfs-0.35-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r3.ebuild,v 1.9 2007/05/06 15:48:02 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r3.ebuild,v 1.10 2007/05/08 22:30:25 genone Exp $
inherit linux-mod eutils
@@ -105,17 +105,17 @@ pkg_postinst() {
linux-mod_pkg_postinst
echo
- einfo "Use either 'shfsmount' or 'mount -t shfs' to mount remote"
- einfo "filesystems into your local filesystem."
- echo
- einfo "Note the following:"
- einfo
- einfo " 1. The shfs kernel module has to be loaded first before you can"
- einfo " start mounting filesystems."
- einfo " Try: 'modprobe shfs' as root."
- einfo
- einfo " 2. When mouting, you must enter the absolute path of the remote"
- einfo " filesystem without any special characters such as tilde (~),"
- einfo " for example as they will not be evaluated."
+ elog "Use either 'shfsmount' or 'mount -t shfs' to mount remote"
+ elog "filesystems into your local filesystem."
+ elog
+ elog "Note the following:"
+ elog
+ elog " 1. The shfs kernel module has to be loaded first before you can"
+ elog " start mounting filesystems."
+ elog " Try: 'modprobe shfs' as root."
+ elog
+ elog " 2. When mouting, you must enter the absolute path of the remote"
+ elog " filesystem without any special characters such as tilde (~),"
+ elog " for example as they will not be evaluated."
echo
}
diff --git a/net-fs/shfs/shfs-0.35-r4.ebuild b/net-fs/shfs/shfs-0.35-r4.ebuild
index ab985c31f4b9..011476cac2db 100644
--- a/net-fs/shfs/shfs-0.35-r4.ebuild
+++ b/net-fs/shfs/shfs-0.35-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r4.ebuild,v 1.2 2007/05/06 15:48:02 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r4.ebuild,v 1.3 2007/05/08 22:30:25 genone Exp $
inherit linux-mod eutils
@@ -99,17 +99,17 @@ pkg_postinst() {
linux-mod_pkg_postinst
echo
- einfo "Use either 'shfsmount' or 'mount -t shfs' to mount remote"
- einfo "filesystems into your local filesystem."
- echo
- einfo "Note the following:"
- einfo
- einfo " 1. The shfs kernel module has to be loaded first before you can"
- einfo " start mounting filesystems."
- einfo " Try: 'modprobe shfs' as root."
- einfo
- einfo " 2. When mouting, you must enter the absolute path of the remote"
- einfo " filesystem without any special characters such as tilde (~),"
- einfo " for example as they will not be evaluated."
+ elog "Use either 'shfsmount' or 'mount -t shfs' to mount remote"
+ elog "filesystems into your local filesystem."
+ elog
+ elog "Note the following:"
+ elog
+ elog " 1. The shfs kernel module has to be loaded first before you can"
+ elog " start mounting filesystems."
+ elog " Try: 'modprobe shfs' as root."
+ elog
+ elog " 2. When mouting, you must enter the absolute path of the remote"
+ elog " filesystem without any special characters such as tilde (~),"
+ elog " for example as they will not be evaluated."
echo
}