summaryrefslogtreecommitdiff
path: root/libre-testing/systemd/initcpio-install-timestamp
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-31 13:33:57 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-31 13:33:57 -0300
commit242208e31de48f4f67c54f9efe400799428bbdf7 (patch)
tree69be4a44b06d00c65e24ef6cb63a3e11422a944a /libre-testing/systemd/initcpio-install-timestamp
parent8530dec3776239e8e5c2b2d065861083011f46cf (diff)
downloadabslibre-242208e31de48f4f67c54f9efe400799428bbdf7.tar.gz
abslibre-242208e31de48f4f67c54f9efe400799428bbdf7.tar.bz2
abslibre-242208e31de48f4f67c54f9efe400799428bbdf7.zip
systemd-184-1: add new systemd version with rePKGBUILD included to libre-testing
Diffstat (limited to 'libre-testing/systemd/initcpio-install-timestamp')
-rw-r--r--libre-testing/systemd/initcpio-install-timestamp14
1 files changed, 14 insertions, 0 deletions
diff --git a/libre-testing/systemd/initcpio-install-timestamp b/libre-testing/systemd/initcpio-install-timestamp
new file mode 100644
index 000000000..259cc705b
--- /dev/null
+++ b/libre-testing/systemd/initcpio-install-timestamp
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+build() {
+ add_binary /usr/lib/systemd/systemd-timestamp /usr/bin/systemd-timestamp
+}
+
+help() {
+ cat <<HELPEOF
+Provides support for RD_TIMESTAMP in early userspace, which can be read by a
+program such as systemd-analyze to determine boot time.
+HELPEOF
+}
+
+# vim: set ft=sh ts=4 sw=4 et: