public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/device-mapper/files: device-mapper.rc-1.02.22-r2 device-mapper.rc-r1
@ 2007-10-04 14:30 Doug Goldstein (cardoe)
  0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2007-10-04 14:30 UTC (permalink / raw
  To: gentoo-commits

cardoe      07/10/04 14:30:25

  Added:                device-mapper.rc-1.02.22-r2
  Removed:              device-mapper.rc-r1
  Log:
  rename device-mapper.rc-r1 to device-mapper.rc-1.02.22-r2 to make it clear what version we started using it at
  (Portage version: 2.1.3.11)

Revision  Changes    Path
1.1                  sys-fs/device-mapper/files/device-mapper.rc-1.02.22-r2

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/device-mapper/files/device-mapper.rc-1.02.22-r2?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/device-mapper/files/device-mapper.rc-1.02.22-r2?rev=1.1&content-type=text/plain

Index: device-mapper.rc-1.02.22-r2
===================================================================
#!/sbin/runscript
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/files/device-mapper.rc-1.02.22-r2,v 1.1 2007/10/04 14:30:24 cardoe Exp $

depend() {
	if [ -e /lib/librc.so ]; then
		# on baselayout-1 this causes
		# a dependency loop with checkroot (before *)
		before checkroot
	fi
}

start() {
	if [ ! -e /lib/librc.so ]; then
		eerror "The ${SVCNAME} init script is written for baselayout-2"
		eerror "Please do not use it with baselayout-1"
		return 1
	fi

	start_addon dm	
}




-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-04 14:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-04 14:30 [gentoo-commits] gentoo-x86 commit in sys-fs/device-mapper/files: device-mapper.rc-1.02.22-r2 device-mapper.rc-r1 Doug Goldstein (cardoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox