diff --git a/app-admin/motd-base/ChangeLog b/app-admin/motd-base/ChangeLog index a3b3d65..8f05302 100644 --- a/app-admin/motd-base/ChangeLog +++ b/app-admin/motd-base/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for app-admin/motd-base -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*motd-base-2 (01 Jan 2012) + + 01 Jan 2012; Mario Fetka -motd-base-1.ebuild, + +motd-base-2.ebuild: + correct install as exe + 01 Nov 2010; Mario Fetka -files/motd.d/20-linux-logo: delete buggy motd script diff --git a/app-admin/motd-base/Manifest b/app-admin/motd-base/Manifest index b9973e4..994dc48 100644 --- a/app-admin/motd-base/Manifest +++ b/app-admin/motd-base/Manifest @@ -1,6 +1,6 @@ AUX motd.d/00-header 57 RMD160 9bd1766403b866cd4beb0158d1fdd00bc99f3aaf SHA1 bc1b6a5403f9b6e331c660bde88440505328b005 SHA256 72e9c56912bd112a3ec63db880bf2908753df5ecbe06eee4e98cfd11a1f2d6da AUX motd.d/10-help-text 96 RMD160 e72204b9666f1cc317b8e9e7fae833d2e97e27ca SHA1 305fdc18cf3e79b1ed80c2ba6db1cc2791457e73 SHA256 0b35ea7ee40473d96bf9243a96687e10cd57bcd53c7d70649b4aa987b7a22fd7 AUX motd.d/99-footer 261 RMD160 bc079cb699f07e1be6c3272647ef4e631f4b11d0 SHA1 9872e8f9eb8f80cd5e7e262e8d8f8074110dcf70 SHA256 38c64225ecb7486461ce84199f120d8b13e7f13764df430c3cc10a9695023ee6 -EBUILD motd-base-1.ebuild 452 RMD160 456d3b27d6f7b5c50d0deaff003dc9e72622b89b SHA1 c152dfa72455ec28c52cb311febadb65a0b491be SHA256 d682517d19095c9de948e976afcc99d260f507efde53ecde95ad2e87c2269080 -MISC ChangeLog 314 RMD160 ecb173dd2b20c445dbfaf9170a53e37f1c34da5f SHA1 c9cd775c91cead91036ee013ab82a98005e2bc71 SHA256 1f708d342f780844e1ddd368fdfaf657ea9c57b79f4f5971f48ee95139b83d77 +EBUILD motd-base-2.ebuild 452 RMD160 1c85b27541e422719ba094f2f6dc27646995c42e SHA1 fd5c02dbd8969e46f011b60606154d1b6510c8d9 SHA256 9b8289ffeaae30c78b7773f5b183ad91b357b3be71867ab44e9391909b12ff8e +MISC ChangeLog 463 RMD160 d4607128be2a2f44276942628678e73c52a010c8 SHA1 0af71a1cdc9ff318e9854d135784896b7f46ce49 SHA256 cee84331fc5ca73e7a5bfe7ac87343b4104b99ac4822c29c7469f21f3979f5ca MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5 diff --git a/app-admin/motd-base/motd-base-1.ebuild b/app-admin/motd-base/motd-base-2.ebuild similarity index 78% rename from app-admin/motd-base/motd-base-1.ebuild rename to app-admin/motd-base/motd-base-2.ebuild index 4e94574..a5f987d 100644 --- a/app-admin/motd-base/motd-base-1.ebuild +++ b/app-admin/motd-base/motd-base-2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -18,6 +18,6 @@ RDEPEND="app-admin/update-motd sys-apps/lsb-release" src_install() { - insinto /etc/update-motd.d - doins "${FILESDIR}"/motd.d/* + exeinto /etc/update-motd.d + doexe "${FILESDIR}"/motd.d/* }