gharris999 wrote:
> Robin: you are undermining my determination to avoid at all costs
> learning anything about perl.  Now you've got me thinking about how to
> do this in a plug-in.  Do you suppose it's possible? would a call to
> fork("service slimserver restart"); work inside a plugin?

Probably not as "service" is a super-user command. It might if you use
the full path to it, e.g. "/sbin/service" but I wouldn't be confident.

Besides, if you're changing stuff while slimserver is still running then
it is liable to overwrite your changes at any time.

R.

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to