- Timestamp:
- Oct 24, 2008, 12:00:00 AM (16 years ago)
- Location:
- trunk/packages/invirt-remote-server
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote-server/files/usr/sbin/invirt-remconffs
r1175 r1176 31 31 self.fuse_args.add("allow_other", True) 32 32 33 openlog(' sipb-xen-remconffs ', LOG_PID, LOG_DAEMON)33 openlog('invirt-remconffs ', LOG_PID, LOG_DAEMON) 34 34 35 35 syslog(LOG_DEBUG, 'Init complete.') … … 58 58 """Build the master conf file, with all machines 59 59 """ 60 return '\n'.join("control %s /usr/sbin/ sipb-xen-remote-proxy-control"60 return '\n'.join("control %s /usr/sbin/invirt-remote-proxy-control" 61 61 " /etc/remctl/remconffs/acl/%s" 62 62 % (machine_name, machine_name)
Note: See TracChangeset
for help on using the changeset viewer.