Ignore:
Timestamp:
Oct 24, 2008, 4:00:48 AM (16 years ago)
Author:
price
Message:

sipb-xen-console -> invirt-console-server

Location:
trunk/packages/sipb-xen-console/files
Files:
1 edited
5 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-console/files/etc/nss-pgsql.conf.mako

    r1072 r1200  
    22connectionstring = host=${cfg.db.host} dbname=${cfg.db.dbname} user=${cfg.db.user} port=${cfg.db.port}
    33
    4 getpwnam = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/sipb-xen-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE name = $1
    5 getpwuid = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/sipb-xen-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE machine_id + 1000 = $1
    6 allusers = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/sipb-xen-consolesh', machine_id + 1000, machine_id + 1000 FROM machines
     4getpwnam = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE name = $1
     5getpwuid = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE machine_id + 1000 = $1
     6allusers = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines
    77getgrnam = SELECT name, NULL, machine_id + 1000 FROM machines WHERE name = $1
    88getgrgid = SELECT name, NULL, machine_id + 1000 FROM machines WHERE machine_id + 1000 = $1
  • trunk/packages/sipb-xen-console/files/usr/bin/invirt-consolefs

    r1190 r1200  
    3030                self.fuse_args.add("allow_other", True)
    3131               
    32                 openlog('sipb-xen-consolefs ', LOG_PID, LOG_DAEMON)
     32                openlog('invirt-consolefs ', LOG_PID, LOG_DAEMON)
    3333               
    3434                syslog(LOG_DEBUG, 'Init complete.')
Note: See TracChangeset for help on using the changeset viewer.