[arch-projects] [mkinitcpio] [PATCH 1/4] init: avoid passing empty RD_TIMESTAMP variable

Dave Reisner dreisner at archlinux.org
Wed Aug 28 21:32:04 EDT 2013


Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
 init | 1 -
 1 file changed, 1 deletion(-)

diff --git a/init b/init
index 5c2d751..0f46475 100644
--- a/init
+++ b/init
@@ -81,7 +81,6 @@ rdlogger_stop
 
 exec env -i \
     "TERM=$TERM" \
-    "RD_TIMESTAMP=$RD_TIMESTAMP" \
     /usr/bin/switch_root /new_root $init "$@"
 
 # vim: set ft=sh ts=4 sw=4 et:
-- 
1.8.4



More information about the arch-projects mailing list