Changeset 2292
- Timestamp:
- 10/04/08 18:50:14 (2 months ago)
- Files:
-
- alternc/trunk/debian/postinst (modified) (1 diff)
- alternc/trunk/install/alternc.install (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/debian/postinst
r2291 r2292 203 203 alternc.install 204 204 205 # Add basedir protection 206 /usr/lib/alternc/basedir_prot.sh 207 205 208 if [ -x /usr/sbin/apache ]; then 206 209 if [ ! -h /etc/apache-ssl/conf.d/alternc.conf ]; then alternc/trunk/install/alternc.install
r2291 r2292 262 262 # 263 263 264 # Add basedir protection265 /usr/lib/alternc/basedir_prot.sh266 267 264 # Creating admin user if needed 268 265 HAS_ROOT=`mysql --defaults-file=/etc/alternc/my.cnf -e "SELECT COUNT(*) FROM membres WHERE login = 'admin' OR login = 'root' and su = 1" | tail -1`
