Eberhard Fahle wrote: > Hello all, > I have question concerning the format of the file udev.conf. > > I'm writing a shell-script that will add a new rules-file in the directory > set in /etc/udev/udev.conf with the parameter > > # udev_rules - The name of the udev directory to look > # for files with the suffix .rules > udev_rules="/etc/udev/rules.d/" > > My awk-script parses the file and returns the value of udev_rules, but it > relies on the fact that the actual value is enclosed by quotation-marks. > > Is this the mandatory format for values, or is it also possible to set a > value using single-quotes, or no quotes at all??? > > If this is the wrong list for my question alltogether, does anybody know > where I can find more information on this topic??? > > Thanks for reading, > Eberhard Fahle
I looked it up myself in the sourcecode (I know I should have done that in the first place) : Double quotes in udev.conf (someKey="someValue") are mandatory. Eberhard Fahle ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
