On Thu, Jan 15, 2009 at 09:19:39AM -0800, john.levon(a)sun.com wrote:
[..snip..]
+ /* Change the group ownership of /var/run/libvirt to
unix_sock_gid */
+ if (geteuid () == 0) {
+ const char *rundir = LOCAL_STATE_DIR "/run/libvirt";
+
+ if (mkdir (rundir, 0755)) {
virFileMakePath?
-- Guido