Displaying 1 result from an estimated 1 matches for "util_execut".
Did you mean:
util_execute
2006 Aug 02
7
OpenSuSE packages
Hello,
I just made packages for puppet for OpenSuSE. They are available at my
yum repo at
http://lmmri.fri.uni-lj.si/suse/
I had to change the init scripts and the first line of puppetd and
puppetmaster programs from
#!/usr/bin/env ruby to #!/usr/bin/ruby
otherwise the killproc from init scripts could not kill the daemons.
Unfortunately I had to change the spec file as well.
I wonder