On Sep 16, 2010, at 2:42 PM, Brad Crittenden wrote: > > The script utilities/launchpad-database-setup is broken by Maverick due to > the way the PG startup script changed. > Old: /etc/init.d/postgresql-8.X start > New: /etc/init.d/postgresql start 8.X >
Would it make sense to change this to /usr/sbin/service postgresql start? I expect postgres will be converted to upstart at some point, and /usr/sbin/service does the right thing upon appearance of an upstart job file in /etc/init/$service.conf _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

