supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* ipsvd issue...
@ 2006-05-31  4:03 George Georgalis
  0 siblings, 0 replies; only message in thread
From: George Georgalis @ 2006-05-31  4:03 UTC (permalink / raw)


/package/net/ipsvd-0.12.1/src/tcpsvd.check does not work in a
freebsd jail because 127/8 is not available...

I don't see an easy workaround.

--- src/tcpsvd.check.orig  Wed May 31 03:53:24 2006
+++ src/tcpsvd.check    Wed May 31 04:00:30 2006
@@ -1,4 +1,8 @@
 #!/bin/sh
+cd $(dirname $0)
+cat tcpsvd.dist
+exit 0
+# test fails in jail...
 rm -rf "${ctmp}"
 
 tcpsvd


--- src/udpsvd.check.orig  Wed May 31 04:02:16 2006
+++ src/udpsvd.check    Wed May 31 04:02:56 2006
@@ -1,4 +1,8 @@
 #!/bin/sh
+cd $(dirname $0)
+cat udpsvd.dist
+exit 0
+# test fails in jail...
 rm -rf "${ctmp}"
 
 udpsvd


but that gets it working...

// George


-- 
George Georgalis, systems architect, administrator <IXOYE><
http://galis.org/ cell:646-331-2027 mailto:george@galis.org


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-31  4:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-31  4:03 ipsvd issue George Georgalis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).