[Lunar-commits] <moonbase-other> netatalk: new module (AFS shares server)

v4hn me at v4hn.de
Fri Oct 5 14:36:22 CEST 2012


commit 7628a704d2c66afb82ade994379991210273e8b6
Author: elh <etherlaugh at me.com>
Date: Fri, 05 Oct 2012 05:36:22 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7628a704d2c66afb82ade994379991210273e8b6

netatalk: new module (AFS shares server)
---
  zbeta/netatalk/DEPENDS         | +12/-0    
  zbeta/netatalk/DETAILS         | +15/-0    
  zbeta/netatalk/init.d/netatalk | +8/-0     
  3 files changed, 35 insertions(+)

--- /dev/null
+++ b/zbeta/netatalk/DEPENDS
@@ -0,0 +1,12 @@
+depends db
+depends libgcrypt
+
+optional_depends "avahi" \
+                 "--enable-zeroconf" \
+                 "--disable-zeroconf" \
+                 "for zeroconf support"
+
+optional_depends "Linux-PAM" \
+                 "--with-pam" \
+                 "--without-pam" \
+                 "for PAM support"
--- /dev/null
+++ b/zbeta/netatalk/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=netatalk
+         VERSION=3.0.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:6bea839c0e6a6e09e72fe35324a0edda3f7494f4
+        WEB_SITE=http://netatalk.sourceforge.net/
+         ENTERED=20121003
+         UPDATED=20121004
+           SHORT="Open Source AFP fileserver."
+
+cat << EOF
+Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD
+system running Netatalk is capable of serving many Macintosh clients
+simultaneously as an AppleShare file server (AFP).
+EOF
--- /dev/null
+++ b/zbeta/netatalk/init.d/netatalk
@@ -0,0 +1,8 @@
+#!/bin/bash
+#
+# chkconfig: 345 85 15
+# description: AFP server
+# processname: netatalk
+# config: /etc/afp.conf
+
+. /lib/lsb/init-functions




More information about the Lunar-commits mailing list