diff options
author | James Meyer <james.meyer@operamail.com> | 2014-02-17 00:01:05 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-02-19 19:03:04 (GMT) |
commit | 84a8c2bb49e91f5e94c2c6c7245172994f517a91 (patch) | |
tree | e309992948648f2fabf4c7591c5dc805df23e291 /abs/core/systemd/initcpio-install-timestamp | |
parent | 7083b169234e350cec8ad3213b3e4a07e078a36d (diff) | |
download | linhes_pkgbuild-84a8c2bb49e91f5e94c2c6c7245172994f517a91.zip linhes_pkgbuild-84a8c2bb49e91f5e94c2c6c7245172994f517a91.tar.gz linhes_pkgbuild-84a8c2bb49e91f5e94c2c6c7245172994f517a91.tar.bz2 |
systemd: 208
Diffstat (limited to 'abs/core/systemd/initcpio-install-timestamp')
-rw-r--r-- | abs/core/systemd/initcpio-install-timestamp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/core/systemd/initcpio-install-timestamp b/abs/core/systemd/initcpio-install-timestamp deleted file mode 100644 index 259cc70..0000000 --- a/abs/core/systemd/initcpio-install-timestamp +++ /dev/null @@ -1,14 +0,0 @@ -#!/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: |