summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-06 21:57:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-06 21:57:46 +0000
commit31d068f02d948ea25e2b660393c4927bd7041f59 (patch)
tree69323fb53cac6c864e0e0aa17a5f7d75d145e00f /sys-apps/smartmontools
parentfix up dependencies (diff)
downloadhistorical-31d068f02d948ea25e2b660393c4927bd7041f59.tar.gz
historical-31d068f02d948ea25e2b660393c4927bd7041f59.tar.bz2
historical-31d068f02d948ea25e2b660393c4927bd7041f59.zip
Install examplescripts #108258 by Wolfram Schlich
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/Manifest12
-rw-r--r--sys-apps/smartmontools/smartmontools-5.33.ebuild9
2 files changed, 11 insertions, 10 deletions
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index 451ff8013071..e58d3b1f96ed 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 f97c5819036070c8c1cdc53d9efe9457 smartmontools-5.33.ebuild 1005
MD5 6de552e60aaf5fdb97b171c00d24537f ChangeLog 5421
MD5 3a3bbcc1d33c8f4e7b8831ee0027dae8 files/digest-smartmontools-5.33 70
-MD5 17aee6cd24fc0842f02c255e128dafaf files/smartd.rc 806
MD5 79699d2f3e2d148b1d5498b00792cd33 files/smartd.confd 273
+MD5 17aee6cd24fc0842f02c255e128dafaf files/smartd.rc 806
+MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 5c2ca11f57f4493a18e70a8d7013d625 smartmontools-5.33.ebuild 1026
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDC+AygIKl8Uu19MoRArOvAJoC50G9Cyi67NROK6J4XDKGd+HpUACggBrk
-tAOiTMRXQ3DaarkdklUB/EE=
-=D+Lq
+iD8DBQFDRZ45gIKl8Uu19MoRArw9AJ0ShCqg6BFBt3lejdBlx2xFU/7NCQCcDdBr
+M8PcxsiyRVoMLBZXf4oK5Zc=
+=wNaO
-----END PGP SIGNATURE-----
diff --git a/sys-apps/smartmontools/smartmontools-5.33.ebuild b/sys-apps/smartmontools/smartmontools-5.33.ebuild
index b3b4cd87104f..51c7f59b1f17 100644
--- a/sys-apps/smartmontools/smartmontools-5.33.ebuild
+++ b/sys-apps/smartmontools/smartmontools-5.33.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/sys-apps/smartmontools/smartmontools-5.33.ebuild,v 1.11 2005/08/24 02:48:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.33.ebuild,v 1.12 2005/10/06 21:57:46 vapier Exp $
inherit flag-o-matic
@@ -27,11 +27,12 @@ src_install() {
doman *.[58]
dodoc AUTHORS CHANGELOG NEWS README TODO WARNINGS
newdoc smartd.conf smartd.conf.example
+ docinto examplescripts
+ dodoc examplescripts/*
insinto /etc
doins smartd.conf
- dodir /etc/init.d /etc/conf.d
- newinitd ${FILESDIR}/smartd.rc smartd
- newconfd ${FILESDIR}/smartd.confd smartd
+ newinitd "${FILESDIR}"/smartd.rc smartd
+ newconfd "${FILESDIR}"/smartd.confd smartd
}