Kristofer wrote:
John Harmon wrote:
Bill,
Love the toaster, but I was wondering if you would be willing to do
on thing. Under your "Download packages" section you have an area to
change the download path, and set it. That then modifies your
toaster script to represent the new path.
For those of us that use Suse, the rc directories vary a bit (they
include a rc.d dir in addition to the normal). Would you be willing
to add a "path setter" for the rc dirs as you did with the download
packages section?
I know it isn't a lot of work to replace them, but I forget a lot and
have to go back and redo it (especially when I rebuild my box.....).
Wouldn't it be easier for you to make one symlink to the correct rc
dir? Let's suppose toaster scripts assume /etc/rc.d/init.d and you
have init scripts in /some/where/else/init
then you could just do:
ln -s /some/where/else/init /etc/rc.d/init.d
If you did that before running the toaster commands that would be all
you have to do to make things work.
cheers,
Kristofer
P.S. What interests me more - is the toaster project dead? Last update
was over a year ago and in the meantime we have a new simscan that
supports dspam etc.
Like I said, it isn't a hard thing. I prefer not to add symlinks and
keep things as simple as possible when and where possible. Just a
preference.
John