[Lunar-commits] <moonbase> samba: Oops, did not intend to delete those.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Aug 24 17:23:05 CEST 2011
commit bbb8e06287ba4bf4427eaf20204081049f20cfae
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Aug 24 11:23:05 2011 -0400
samba: Oops, did not intend to delete those.
---
net/samba/init.d/nmbd | 11 +++++++++++
net/samba/init.d/smbd | 11 +++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/net/samba/init.d/nmbd b/net/samba/init.d/nmbd
new file mode 100755
index 0000000..6de4cf2
--- /dev/null
+++ b/net/samba/init.d/nmbd
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# chkconfig: 345 80 20
+# description: nmbd is the samba name serving daemon
+# processname: nmbd
+# config: /etc/samba/smb.conf
+
+ARGS="-D"
+
+. /lib/lsb/init-functions $1
+
diff --git a/net/samba/init.d/smbd b/net/samba/init.d/smbd
new file mode 100755
index 0000000..ba624cb
--- /dev/null
+++ b/net/samba/init.d/smbd
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# chkconfig: 345 80 20
+# description: smbd is the samba file serving daemon
+# processname: smbd
+# config: /etc/samba/smb.conf
+
+ARGS="-D"
+
+. /lib/lsb/init-functions $1
+
More information about the Lunar-commits
mailing list