Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (c2a15b13b48d6db4f5cf2ecfa1214d92ae504fc1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (c2a15b13b48d6db4f5cf2ecfa1214d92ae504fc1)
  • Date: Sun, 21 Feb 2010 14:50:18 -0600

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

net/connman/CONFIGURE | 3 +++
net/connman/HISTORY | 3 +++
net/connman/init.d/connman | 8 ++++++++
3 files changed, 14 insertions(+)

New commits:
commit c2a15b13b48d6db4f5cf2ecfa1214d92ae504fc1
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

net/connman; Adding CONFIGURE to enable choice of devices types.
Adding init.d start script for daemon

diff --git a/net/connman/CONFIGURE b/net/connman/CONFIGURE
new file mode 100755
index 0000000..9dae493
--- /dev/null
+++ b/net/connman/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option CONNMAN_ETH 'Enable Ethernet card support ?
(reccomended)' y '--enable-ethernet' '' &&
+config_query_option CONNMAN_WIFI 'Enable WiFi card support ?' y
'--enable-wifi' '' &&
+config_query_option CONNMAN_BLT 'Enable Bluetooth support ?' y
'--enable-bluetooth' ''
diff --git a/net/connman/HISTORY b/net/connman/HISTORY
index bac1351..c41223b 100644
--- a/net/connman/HISTORY
+++ b/net/connman/HISTORY
@@ -1,2 +1,5 @@
+2010-02-21 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * CONFIGURE, init.d/connman : Files added
+
2010-02-20 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS, HISTORY : spell created
diff --git a/net/connman/init.d/connman b/net/connman/init.d/connman
new file mode 100755
index 0000000..26da04d
--- /dev/null
+++ b/net/connman/init.d/connman
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+PROGRAM=/usr/sbin/connmand
+ARGS=""
+RUNLEVEL=3
+NEEDS=""
+
+. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (c2a15b13b48d6db4f5cf2ecfa1214d92ae504fc1), Puppet_Master, 02/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page