diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-01-15 21:01:01 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-01-15 21:01:01 +0000 |
commit | 28b459062a6b2efaf27d4213ab9e01cc2360bd0e (patch) | |
tree | 6652a56bb4c10592f23110bebfa3f216cf531853 /sys-cluster/drbd | |
parent | adding support for objdir to MODULE_NAMES (diff) | |
download | gentoo-2-28b459062a6b2efaf27d4213ab9e01cc2360bd0e.tar.gz gentoo-2-28b459062a6b2efaf27d4213ab9e01cc2360bd0e.tar.bz2 gentoo-2-28b459062a6b2efaf27d4213ab9e01cc2360bd0e.zip |
better header in the init script
Diffstat (limited to 'sys-cluster/drbd')
-rw-r--r-- | sys-cluster/drbd/Manifest | 20 | ||||
-rwxr-xr-x | sys-cluster/drbd/files/drbd-0.7-init | 10 |
2 files changed, 8 insertions, 22 deletions
diff --git a/sys-cluster/drbd/Manifest b/sys-cluster/drbd/Manifest index f1c8b9926b09..0b5bf65450ab 100644 --- a/sys-cluster/drbd/Manifest +++ b/sys-cluster/drbd/Manifest @@ -1,23 +1,13 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 7cbf68c3a26d57d2b3082e28dcb43e44 drbd-0.7.7.ebuild 1828 -MD5 8221ca6b8fa8639e09eedc9b2deba9c8 drbd-0.6.12-r1.ebuild 2100 MD5 e0f16955053110f7679b3718dc861563 ChangeLog 2304 MD5 a64b9a1937a5cfc2fbaf373521f65d47 metadata.xml 223 +MD5 7cbf68c3a26d57d2b3082e28dcb43e44 drbd-0.7.7.ebuild 1828 +MD5 8221ca6b8fa8639e09eedc9b2deba9c8 drbd-0.6.12-r1.ebuild 2100 MD5 463c9c89c7d3f156fc5581070abce14d files/0.6.12-conf.d 69 -MD5 cc42f194896b14c87944e9a5c5aaebf9 files/drbd-0.7.7-module-Makefile.patch 948 MD5 4ab78154d6a32d13d416f9915ad4bc28 files/0.6.12-init 701 -MD5 965d3d560fe5fee18c3fdd1bec9748fd files/digest-drbd-0.7.7 62 -MD5 6edd5c82a5013d323beb734e353a676e files/drbd-0.7-init 1176 MD5 7416c44daab264a36cc8c5a2c35e757f files/0.6.12-scripts-Makefile.patch 1072 MD5 52dc2e272f064349f8f70277159d4a5f files/0.6.12-module-Makefile.patch 776 MD5 3959588a14b9fba5df432a29d00fa63f files/digest-drbd-0.6.12-r1 63 MD5 f8ceed0b6be2ded4cdb079d38ac0c3d0 files/0.6.12-Makefile.vars.patch 675 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB55JEI1lqEGTUzyQRAnXqAJ43lc0H2dQJe6qt9MQUu2JKJZ+zTACgxE3Y -jd3QMQrkI71v1XjswEMjQVw= -=Ragq ------END PGP SIGNATURE----- +MD5 455d692f0bb6244c03b722e958223b55 files/drbd-0.7-init 1090 +MD5 cc42f194896b14c87944e9a5c5aaebf9 files/drbd-0.7.7-module-Makefile.patch 948 +MD5 965d3d560fe5fee18c3fdd1bec9748fd files/digest-drbd-0.7.7 62 diff --git a/sys-cluster/drbd/files/drbd-0.7-init b/sys-cluster/drbd/files/drbd-0.7-init index e1f178a18b8f..0c669cebeaf3 100755 --- a/sys-cluster/drbd/files/drbd-0.7-init +++ b/sys-cluster/drbd/files/drbd-0.7-init @@ -1,11 +1,7 @@ #!/sbin/runscript -# Distributed under the terms of the GNU General Public License v2 -# -# kindly provided by Ron O'Hara, see -# http://thread.gmane.org/gmane.comp.linux.drbd/6429 -# -# modified by Christian Zoffoli <xmerlin@gentoo.org> -# +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/files/drbd-0.7-init,v 1.2 2005/01/15 21:01:01 xmerlin Exp $ opts="${opts} reload" |