supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: "George Georgalis" <george@galis.org>
Subject: ipsvd issue...
Date: Wed, 31 May 2006 00:03:45 -0400	[thread overview]
Message-ID: <20060531040345.GQ25192@run.galis.org> (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


                 reply	other threads:[~2006-05-31  4:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060531040345.GQ25192@run.galis.org \
    --to=george@galis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).