public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files/136: udev.initd
@ 2009-03-12  8:41 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Schwarzott (zzam) @ 2009-03-12  8:41 UTC (permalink / raw
  To: gentoo-commits

zzam        09/03/12 08:41:09

  Modified:             udev.initd
  Log:
  Make init-script only depend on udev-dev-tarball, if the option is set in config file.
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.4                  sys-fs/udev/files/136/udev.initd

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/136/udev.initd?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/136/udev.initd?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/136/udev.initd?r1=1.3&r2=1.4

Index: udev.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/files/136/udev.initd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- udev.initd	21 Feb 2009 10:13:20 -0000	1.3
+++ udev.initd	12 Mar 2009 08:41:09 -0000	1.4
@@ -15,7 +15,11 @@
 		# on linux we just check if sysfs init-script exists
 		# this is to silence out ugly warnings about not-existing sysfs script
 		provide dev
-		need sysfs udev-mount udev-dev-tarball
+		if yesno "${rc_device_tarball:-no}"; then
+			need sysfs udev-mount udev-dev-tarball
+		else
+			need sysfs udev-mount
+		fi
 		before checkfs fsck
 
 		# udev does not work inside vservers






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files/136: udev.initd
@ 2009-11-13 19:51 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Schwarzott (zzam) @ 2009-11-13 19:51 UTC (permalink / raw
  To: gentoo-commits

zzam        09/11/13 19:51:44

  Modified:             udev.initd
  Log:
  Fix udev init-script to report success, Bug #292966.
  (Portage version: 2.2_rc49/cvs/Linux i686)

Revision  Changes    Path
1.5                  sys-fs/udev/files/136/udev.initd

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/136/udev.initd?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/136/udev.initd?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/136/udev.initd?r1=1.4&r2=1.5

Index: udev.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/files/136/udev.initd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- udev.initd	12 Mar 2009 08:41:09 -0000	1.4
+++ udev.initd	13 Nov 2009 19:51:43 -0000	1.5
@@ -215,6 +215,8 @@
 	display_hotplugged_services
 
 	inject_postmount_initd
+
+	return 0
 }
 
 _start()






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-13 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 19:51 [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files/136: udev.initd Matthias Schwarzott (zzam)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-12  8:41 Matthias Schwarzott (zzam)

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