Besides the '-X -Y' options, is there a way to change some config files so that I don't need to use the -Y option? I've already have the command 'x_server start' hard coded in some existing programs so if I need to add the new options, I'll have to patch the existing programs.
There's no configuration, but maybe you could replace the executable niserver with an empty shell script.
You can't rename x_server itself and replace it with a shell script (which sets additional values) because the executable inspects it's argv[0] and does some magic dependent on the value.
Daniel Dittmar
-- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
