source:
client/shared/lib/httpd/httpd-runengine.sh
@
814c308
Last change on this file since 814c308 was 91aaf03, checked in by , 13 years ago | |
---|---|
|
|
File size: 183 bytes |
Line | |
---|---|
1 | # Exportar parámetros del kernel. |
2 | |
3 | for i in $(cat /proc/cmdline); do |
4 | echo $i | grep -q "=" && export $i |
5 | done |
6 | |
7 | |
8 | . /opt/opengnsys/etc/preinit/loadenviron.sh > /dev/null |
9 | eval $1 |
Note: See TracBrowser
for help on using the repository browser.