sipb-xen -> invirt for remote-server
[invirt/packages/invirt-remote.git] / files / usr / sbin / invirt-remconffs
similarity index 94%
rename from files/usr/sbin/sipb-xen-remconffs
rename to files/usr/sbin/invirt-remconffs
index 275ba88..384c791 100755 (executable)
@@ -30,7 +30,7 @@ class RemConfFS(routefs.RouteFS):
                self.lasttime = time()
                self.fuse_args.add("allow_other", True)
                
-               openlog('sipb-xen-remconffs ', LOG_PID, LOG_DAEMON)
+               openlog('invirt-remconffs ', LOG_PID, LOG_DAEMON)
                
                syslog(LOG_DEBUG, 'Init complete.')
         
@@ -57,7 +57,7 @@ class RemConfFS(routefs.RouteFS):
        def getconf(self, **kw):
                """Build the master conf file, with all machines
                """
-               return '\n'.join("control %s /usr/sbin/sipb-xen-remote-proxy-control"
+               return '\n'.join("control %s /usr/sbin/invirt-remote-proxy-control"
                                 " /etc/remctl/remconffs/acl/%s"
                                 % (machine_name, machine_name)
                                 for machine_name in self.getmachines())+'\n'