Changeset 1541
- Timestamp:
- 04/26/06 23:13:18 (3 years ago)
- Files:
-
- alternc/trunk/debian/postinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/debian/postinst
r1540 r1541 155 155 alternc.install 156 156 157 if [ ! -h /etc/apache /conf.d/alternc-ssl.conf ]; then157 if [ ! -h /etc/apache-ssl/conf.d/alternc.conf ]; then 158 158 ln -sf /etc/alternc/apache-ssl.conf \ 159 /etc/apache /conf.d/alternc-ssl.conf159 /etc/apache-ssl/conf.d/alternc.conf 160 160 fi 161 161
