Changeset 1697
- Timestamp:
- 07/29/10 10:29:39 (6 weeks ago)
- Location:
- dotfiles/nequal-setup
- URL:
- http://svn.nequal.jp/dotfiles/nequal-setup
- Files:
-
- 9 added
- 1 edited
-
httpd/files (added)
-
httpd/files/etc (added)
-
httpd/files/etc/httpd (added)
-
httpd/files/etc/httpd/conf.d (added)
-
httpd/files/etc/httpd/conf.d/server_stats.conf (added)
-
httpd/setup.sh (modified) (1 diff)
-
mysqld (added)
-
mysqld/files (added)
-
mysqld/files/etc (added)
-
mysqld/setup.sh (added)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/nequal-setup/httpd/setup.sh
r1689 r1697 1 1 #!/bin/bash 2 3 PATH=/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH 4 BASEDIR=$(cd $(dirname $0) && pwd) 5 FILES=${BASEDIR}/files 6 7 sudo cp ${FILES}/etc/httpd/conf.d/server_stats.conf /etc/httpd/conf.d/ 8
Note: See TracChangeset
for help on using the changeset viewer.
