diff options
author | 2002-12-01 05:35:27 +0000 | |
---|---|---|
committer | 2002-12-01 05:35:27 +0000 | |
commit | ebb4fc9aeb6ef2794ba6036270dbfaa17e8e7595 (patch) | |
tree | efbc094a3ef1a35c78d4e59e908fc8f5be448bc3 /sys-apps | |
parent | version bump #11284 (diff) | |
download | historical-ebb4fc9aeb6ef2794ba6036270dbfaa17e8e7595.tar.gz historical-ebb4fc9aeb6ef2794ba6036270dbfaa17e8e7595.tar.bz2 historical-ebb4fc9aeb6ef2794ba6036270dbfaa17e8e7595.zip |
install a few more files
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.0.45.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/smartmontools/smartmontools-5.0.45.ebuild b/sys-apps/smartmontools/smartmontools-5.0.45.ebuild index ed134eb6f195..1bc7e7ecb8a5 100644 --- a/sys-apps/smartmontools/smartmontools-5.0.45.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.0.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.0.45.ebuild,v 1.1 2002/11/28 00:30:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.0.45.ebuild,v 1.2 2002/12/01 05:35:27 vapier Exp $ MY_P="${PN}-5.0-45" DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" @@ -19,9 +19,15 @@ src_compile() { src_install() { dosbin smart{ctl,d} - doman *.8 - dodoc CHANGELOG WARNINGS README TODO VERSION + doman *.8 *.5 + dodoc CHANGELOG WARNINGS README TODO VERSION smartd.conf exeinto /etc/init.d newexe ${FILESDIR}/smartd.rc smartd } + +pkg_postinst() { + einfo "You can find an example smartd.conf file in" + einfo "/usr/share/doc/${PF}/smartd.conf.gz" + einfo "Just place it in /etc/ as smartd.conf" +} |