public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 025-0000-fix-version-print.patch
@ 2013-04-02 14:51 Amadeusz Zolnowski (aidecoe)
  0 siblings, 0 replies; only message in thread
From: Amadeusz Zolnowski (aidecoe) @ 2013-04-02 14:51 UTC (permalink / raw
  To: gentoo-commits

aidecoe     13/04/02 14:51:04

  Added:                025-0000-fix-version-print.patch
  Log:
  Backported changes wrt systemd and other cosmetic changes from 026-r2 to 025.
  
  (Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)

Revision  Changes    Path
1.1                  sys-kernel/dracut/files/025-0000-fix-version-print.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/025-0000-fix-version-print.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/025-0000-fix-version-print.patch?rev=1.1&content-type=text/plain

Index: 025-0000-fix-version-print.patch
===================================================================
diff --git a/modules.d/99base/init.sh b/modules.d/99base/init.sh
index b441a27..410201a 100755
--- a/modules.d/99base/init.sh
+++ b/modules.d/99base/init.sh
@@ -104,7 +104,7 @@ else
 fi
 
 [ -f /etc/initrd-release ] && . /etc/initrd-release
-[ -n "$VERSION" ] && info "dracut-$VERSION"
+[ -n "$VERSION_ID" ] && info "$NAME-$VERSION_ID"
 
 source_conf /etc/conf.d
 





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

only message in thread, other threads:[~2013-04-02 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 14:51 [gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: 025-0000-fix-version-print.patch Amadeusz Zolnowski (aidecoe)

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