mark_;237990 Wrote: > There was no /etc/sysconfig/slimserver, I there was an empty SLIMOPTIONS > line in /etc/init.d/slimserver which I hope does the same thing. > > [EMAIL PROTECTED]:/etc/slimserver# grep -i options /etc/init.d/slimserver > SLIMOPTIONS=" --d_files --d_paths --d_startup --d_mysql" > $SLIMOPTIONS > $SLIMOPTIONS > [EMAIL PROTECTED]:/etc/slimserver#
Sorry, I'm mixing up Debian and Red Hat. Should be in /etc/default instead of /etc/sysconfig. Your edit to the init file won't quite work because the next few lines overwrite it with the empty string from the /etc/default file. Either edit the file in /etc/default or move your changes down a few lines after the file is read in. -- Fletch ------------------------------------------------------------------------ Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529 View this thread: http://forums.slimdevices.com/showthread.php?t=39649 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
