antoniop
committed
on 01 Dec 16
Removed inline js handlers to comply with CSP
Removed deprecated html attributes bgcolor and align
Removed exec mv and used file rename inst… Show more
Removed inline js handlers to comply with CSP

Removed deprecated html attributes bgcolor and align

Removed exec mv and used file rename instead

Fixed markup

Show less

openacs-4/.../files/nsd-postgres.txt (+1 -1)
1 1 #!/bin/bash
2 2
3 3 # aolserver4 recommends descriptors limit (FD_SETSIZE) to be set to 1024,
4 4 # which is standard for most OS distributions
5   # For freebsd systems, uncomment following line:
  5 # For FreeBSD systems, uncomment following line:
6 6 # ulimit -n 1024
7 7
8 8 export PATH=$PATH:/usr/local/pgsql/bin
9 9 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgsql/lib:/usr/local/aolserver/lib
10 10
11 11 exec /usr/local/aolserver/bin/nsd $*