Hi there! The current git head of rtnet installs PREFIX/etc/rtnet.conf with non-exec permissions but with a she-bang at start.
If I'm not completely wrong, this script is not intended to be called directly (would make no sense as it only sets environment vars), the she-bang is wrong here. It also causes rpmlint to complain about installing a shell script in /etc when e.g. building a SUSE package. So please apply the attached patch. TIA! -- Gernot Hillier Siemens AG, CT SE 2 Corporate Competence Center Embedded Linux Corporate Technology, Software & Engineering, Architecture Otto-Hahn-Ring 6, 81730 München, Germany Tel.: +49 89 636-24320, Fax: -45450
diff --git a/tools/rtnet.conf.in b/tools/rtnet.conf.in index 71f439d..622e3b2 100644 --- a/tools/rtnet.conf.in +++ b/tools/rtnet.conf.in @@ -1,5 +1,3 @@ -#!/bin/sh -# # This file is usually located in <PREFIX>/etc/rtnet.conf # Please adapt it to your system. # This configuration file is used with the rtnet script.
------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com
_______________________________________________ RTnet-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rtnet-developers

