Coder Social home page Coder Social logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Sorry, that should be /usr/bin/nc not /bin/nc .

Original comment by luke.hutch on 20 Jan 2010 at 7:25

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
(Sorry, looks like I don't have permissions to update the title of this issue, 
it still 
says /bin/nc which is incorrect)

Original comment by luke.hutch on 20 Jan 2010 at 7:39

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
(Fixing the title) That's not really the correct way to fix things. Ideally, the
fedora build process would apply the following patch, i don't know how to make 
that
happen cleanly though:

diff --git a/doc/neatx.conf.example b/doc/neatx.conf.example
index aedd14e..c09e9d9 100644
--- a/doc/neatx.conf.example
+++ b/doc/neatx.conf.example
@@ -22,7 +22,7 @@ nx-protocol-version = 3.3.0

 ## Command Paths
 #bash-path = /bin/bash
-#netcat-path = /bin/netcat
+#netcat-path = /usr/bin/nc
 #xrdb-path = /usr/bin/xrdb
 #su-path = /bin/su
 #ssh-path = /usr/bin/ssh
diff --git a/lib/constants.py b/lib/constants.py
index 59a5cb0..eb86b0b 100644
--- a/lib/constants.py
+++ b/lib/constants.py
@@ -27,7 +27,7 @@ from neatx import _autoconf

 SYSLOG_ADDRESS = "/dev/log"
 BASH = "/bin/bash"
-NETCAT = "/bin/netcat"
+NETCAT = "/usr/bin/nc"
 XRDB = "/usr/bin/xrdb"
 SU = "/bin/su"
 SSH = "/usr/bin/ssh"


Original comment by kormat on 24 Jan 2010 at 3:56

  • Changed title: Fedora /usr/share/doc/neatx/neatx.conf.example needs /usr/bin/nc for netcat

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
I'm definitely not an expert on RPM but the specfile has direct support for 
applying 
patches.  There is a description here: 
http://bradthemad.org/tech/notes/patching_rpms.php

Original comment by luke.hutch on 24 Jan 2010 at 5:27

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Alright, i've figured out how to do this, tested it on fedora 10/11/12, patch 
out for 
review.

Original comment by kormat on 9 Feb 2010 at 8:41

  • Changed state: Started

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Great, thank you kormat!  I put a request into the RedHat bugzilla to have the 
RPM 
included in Fedora, I hope someone picks it up as the maintainer.

Original comment by luke.hutch on 9 Feb 2010 at 8:44

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Fixed in http://code.google.com/p/neatx/source/detail?r=53 , merging with 
duplicate 
issue

Original comment by kormat on 12 Feb 2010 at 11:48

  • Changed state: Duplicate

from neatx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.