Updates netatalk from 2.2.1 to 2.2.4.
Signed-off-by Joe Roback
---
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index e70ad02..551a899 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=netatalk
-PKG_VERSION
{
- service_kill vnstatd "$pid"
- rm -f "$pid"
+
+ [ -n "$pid" ] || {
+ echo "Error: No PidFile set in vnstat.conf" >&2
+ exit 1
}
+
+ SERVICE_PID_FILE="${pid}"
+ se
This is just a simple patch to update vnstatd to use the latest
service functions. I didn't see a specific maintainer in the Makefile,
so can someone please apply this? Thanks.
Signed-off-by: Joe Roback
vnstat.init.patch
Description: Binary
Recent updates of gcc, r28042 and r28039 cause swconfig to segfault when being
run.
$ swconfig dev rtl8366s show
seg fault 11
This was with gcc-4.5-linaro 2011.08 and gcc-4.6-linaro 2011.08. (and yes, I
did dirclean between each build). Reverting back to 4.5-linaro 2011.06 fixed
the issue with
Part of 2 "[PATCH] [1/2] host/include/getline.h - Mac OS X 10.7 (Lion) fix"
This mends mkimage for getline() in Mac OS X 10.7.
Signed-off-by: Joe Roback
mkimage-darwin-10_7-getline-fix.patch
Description: Binary data
---
Index: tools/mkimage/patches/020-darwin-10_7-getline
not a compiler built-in
define like __linux__ or __APPLE__).
This one fixes the host/include/getline.h. The next patch will mend the mkimage
package.
Signed-off-by: Joe Roback
mac_lion_10.7-getline.patch
Description: Binary data
---
Index: tools/include/getline.h