* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e7ea357cecf5e069dd4fb4e5cd6099d8e5b7d9a4
@ 2018-03-20 11:10 git
0 siblings, 0 replies; only message in thread
From: git @ 2018-03-20 11:10 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 1937 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via e7ea357cecf5e069dd4fb4e5cd6099d8e5b7d9a4 (commit)
from 42deeb3b450c74138dfb76d9d45d4588a5271887 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e7ea357cecf5e069dd4fb4e5cd6099d8e5b7d9a4
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Mar 20 11:08:58 2018 +0000
Forgot to "git add" the new pakfire init script
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
src/initscripts/system/{network-trigger => pakfire} | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
copy src/initscripts/system/{network-trigger => pakfire} (55%)
Difference in files:
diff --git a/src/initscripts/system/pakfire b/src/initscripts/system/pakfire
new file mode 100644
index 000000000..1238833d5
--- /dev/null
+++ b/src/initscripts/system/pakfire
@@ -0,0 +1,25 @@
+#!/bin/sh
+########################################################################
+# Begin $rc_base/init.d/pakfire
+#
+# Description : Imports the keyring to make Pakfire operational
+#
+########################################################################
+
+. /etc/sysconfig/rc
+. ${rc_functions}
+
+case "${1}" in
+ start)
+ boot_mesg "Setting up Pakfire Package Manager..."
+ gpg --import /opt/pakfire/pakfire.key &>/dev/null
+ evaluate_retval
+ ;;
+
+ *)
+ echo "Usage: ${0} {start}"
+ exit 1
+ ;;
+esac
+
+# End $rc_base/init.d/pakfire
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-03-20 11:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20 11:10 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e7ea357cecf5e069dd4fb4e5cd6099d8e5b7d9a4 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox