Changeset 1200 for trunk/packages/sipb-xen-console/files
- Timestamp:
- Oct 24, 2008, 4:00:48 AM (16 years ago)
- 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 2 2 connectionstring = host=${cfg.db.host} dbname=${cfg.db.dbname} user=${cfg.db.user} port=${cfg.db.port} 3 3 4 getpwnam = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/ sipb-xen-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE name = $15 getpwuid = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/ sipb-xen-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE machine_id + 1000 = $16 allusers = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/ sipb-xen-consolesh', machine_id + 1000, machine_id + 1000 FROM machines4 getpwnam = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE name = $1 5 getpwuid = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE machine_id + 1000 = $1 6 allusers = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines 7 7 getgrnam = SELECT name, NULL, machine_id + 1000 FROM machines WHERE name = $1 8 8 getgrgid = 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 30 30 self.fuse_args.add("allow_other", True) 31 31 32 openlog(' sipb-xen-consolefs ', LOG_PID, LOG_DAEMON)32 openlog('invirt-consolefs ', LOG_PID, LOG_DAEMON) 33 33 34 34 syslog(LOG_DEBUG, 'Init complete.')
Note: See TracChangeset
for help on using the changeset viewer.