Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192860 Details for
Bug 267886
OpenERP-Server OpenEPR-web
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
OpenERP server init.d for 5.0.1-0 version (2009-05-28)
openerp-init.d (text/plain), 1.01 KB, created by
metolic147
on 2009-05-29 11:24:33 UTC
(
hide
)
Description:
OpenERP server init.d for 5.0.1-0 version (2009-05-28)
Filename:
MIME Type:
Creator:
metolic147
Created:
2009-05-29 11:24:33 UTC
Size:
1.01 KB
patch
obsolete
>#!/sbin/runscript > >depend() { > use net logger > after postgresql >} > > >start() { > [ -n "${SERVER_CONF}" ] \ > && SERVER_OPTS="${SERVER_OPTS} --config=${SERVER_CONF}" \ > || SERVER_OPTS="${SERVER_OPTS} --config=/etc/openerp/terp_serverrc" > [ -n "${SERVER_DB}" ] && SERVER_OPTS="${SERVER_OPTS} --database=${SERVER_DB}" > [ -n "${SERVER_USER}" ] && SERVER_OPTS="${SERVER_OPTS} --db_user=${SERVER_USER}" > [ -n "${SERVER_PW}" ] && SERVER_OPTS="${SERVER_OPTS} --db_password=${SERVER_PW}" > [ -n "${SERVER_HOST}" ] && SERVER_OPTS="${SERVER_OPTS} --db_host=${SERVER_HOST}" > [ -n "${SERVER_PORT}" ] && SERVER_OPTS="${SERVER_OPTS} --db_port=${SERVER_PORT}" > > ebegin "Starting openERP" > start-stop-daemon --start --quiet --oknodo --background --chuid oerp:oerp --make-pidfile --pidfile=/var/run/openerp/openerp.pid --exec /usr/bin/openerp-server -- ${SERVER_OPTS} --logfile=/var/log/openerp/openerp.log > eend $? >} > > >stop() { > ebegin "Stopping openERP" > start-stop-daemon --stop --quiet --pidfile=/var/run/openerp/openerp.pid > eend $? >} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 267886
:
189852
|
189853
|
189854
|
189856
|
189858
|
189861
|
192858
|
192859
| 192860 |
195475
|
195476
|
195478
|
195480
|
196060
|
212212
|
212213
|
212214