Changeset 391
- Timestamp:
- 03/03/07 01:28:15
(2 years ago)
- Author:
- rats
- Message:
- CONFIGS:
* fixed bug #99: fastcgi.conf (and proftpd.conf) are not copied on setup
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r390 |
r391 |
|
| 1 | | RELEASE=`/etc/debian_version|awk '{print $1}'` |
|---|
| | 1 | RELEASE=`cat /etc/debian_version | awk '{print $1}'` |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | export |
|---|
| … | … | |
| 10 | 10 | |
|---|
| 11 | 11 | # Debian 4.0 "Etch"? |
|---|
| 12 | | if [[ $(RELEASE) == 4.0 ]] ; then \ |
|---|
| | 12 | if [[ $(RELEASE) == '4.0' ]] ; then \ |
|---|
| 13 | 13 | $(SYSTEM_MAKE_DIRS) $(ROOT_CONF)/proftpd ; \ |
|---|
| 14 | 14 | cp ./proftpd.conf $(ROOT_CONF)/proftpd ; \ |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>