Changeset 1539
- Timestamp:
- 04/26/06 22:24:04 (3 years ago)
- Files:
-
- alternc/trunk/debian/postinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/debian/postinst
r1020 r1539 156 156 157 157 if [ ! -h /etc/apache/conf.d/alternc-ssl.conf ]; then 158 ln -sf /etc/a pache/conf.d/alternc-ssl.conf \158 ln -sf /etc/alternc/apache-sl.conf \ 159 159 /etc/apache/conf.d/alternc-ssl.conf 160 160 fi 161 161 162 162 if [ ! -h /etc/apache/conf.d/alternc.conf ]; then 163 ln -sf /etc/a pache/conf.d/alternc.conf \163 ln -sf /etc/alternc/apache.conf \ 164 164 /etc/apache/conf.d/alternc.conf 165 165 fi
