source:
client/shared/lib/httpd/httpd-runengine.sh
@
e589e1d
Last change on this file since e589e1d was 91aaf03, checked in by , 13 years ago | |
---|---|
|
|
File size: 183 bytes |
Rev | Line | |
---|---|---|
[91aaf03] | 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.