Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2017 20:53:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223801] misc/owrep: fix hard-coded /usr/local
Message-ID:  <bug-223801-13-fTb3PN9bD5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223801-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223801-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223801

--- Comment #2 from John Hein <z7dr6ut7gs@snkmail.com> ---
Thanks, Bob.

By the way, the URL in pkg-descr has no mention of owrep, by the way.  It m=
ight
be good to add something to that web page for owrep.

Also there is a core dump if one enters an invalid location for -l - this i=
s a
separate bug.  Here's a patch for that (note: original has tabs, but this
inline patch should point out the problem):

--- owrep.c.orig        2017-05-30 23:47:32.000000000 +0000
+++ owrep.c     2017-11-22 23:19:20.819220000 +0000
@@ -186,7 +186,7 @@
        /* Check for mandatory settings */

        if(config.location =3D=3D 0) {
-               error(0,
+               error(
                        "there is no LOCATION entry in the "
                        "configuration file, and no -l option"
                        " is present");

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223801-13-fTb3PN9bD5>