source: client/shared/lib/httpd/httpd-runengine.sh @ 814c308

Last change on this file since 814c308 was 91aaf03, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #499: Integrar versión 1.0.3 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@2695 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 183 bytes
Line 
1# Exportar parámetros del kernel.
2
3for i in $(cat /proc/cmdline); do
4       echo $i | grep -q "=" && export $i
5done
6
7
8. /opt/opengnsys/etc/preinit/loadenviron.sh > /dev/null
9eval $1
Note: See TracBrowser for help on using the repository browser.