"mkdir" -> "mkdir -p" so pkg_add will work without /usr/local/www
pre-existing.
This commit is contained in:
parent
0c2981b05a
commit
53790644fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5337
@ -1,5 +1,5 @@
|
||||
etc/rc.d/apache_ssl.sh
|
||||
@exec mkdir %D/www/cgi-bin %D/www/data
|
||||
@exec mkdir -p %D/www/cgi-bin %D/www/data
|
||||
@unexec rm %D/etc/rc.d/apache_ssl.sh
|
||||
etc/apache/httpd.conf
|
||||
etc/apache/httpd.conf-SSL
|
||||
|
@ -1,5 +1,5 @@
|
||||
etc/rc.d/apache.sh
|
||||
@exec mkdir %D/www/cgi-bin %D/www/data
|
||||
@exec mkdir -p %D/www/cgi-bin %D/www/data
|
||||
@unexec rm %D/etc/rc.d/apache.sh
|
||||
etc/apache/httpd.conf
|
||||
etc/apache/srm.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
etc/rc.d/apache.sh
|
||||
@exec mkdir %D/www/cgi-bin %D/www/data
|
||||
@exec mkdir -p %D/www/cgi-bin %D/www/data
|
||||
@unexec rm %D/etc/rc.d/apache.sh
|
||||
etc/apache/httpd.conf
|
||||
etc/apache/srm.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
etc/rc.d/apache.sh
|
||||
@exec mkdir %D/www/cgi-bin %D/www/data
|
||||
@exec mkdir -p %D/www/cgi-bin %D/www/data
|
||||
@unexec rm %D/etc/rc.d/apache.sh
|
||||
etc/apache/httpd.conf
|
||||
etc/apache/srm.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
etc/rc.d/apache.sh
|
||||
@exec mkdir %D/www/cgi-bin %D/www/data
|
||||
@exec mkdir -p %D/www/cgi-bin %D/www/data
|
||||
@unexec rm %D/etc/rc.d/apache.sh
|
||||
etc/apache/httpd.conf
|
||||
etc/apache/srm.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
etc/rc.d/apache.sh
|
||||
@exec mkdir %D/www/cgi-bin %D/www/data
|
||||
@exec mkdir -p %D/www/cgi-bin %D/www/data
|
||||
@unexec rm %D/etc/rc.d/apache.sh
|
||||
etc/apache/httpd.conf
|
||||
etc/apache/srm.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
etc/rc.d/apache.sh
|
||||
@exec mkdir %D/www/cgi-bin %D/www/data
|
||||
@exec mkdir -p %D/www/cgi-bin %D/www/data
|
||||
@unexec rm %D/etc/rc.d/apache.sh
|
||||
etc/apache/httpd.conf
|
||||
etc/apache/srm.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
etc/rc.d/apache.sh
|
||||
@exec mkdir %D/www/cgi-bin %D/www/data
|
||||
@exec mkdir -p %D/www/cgi-bin %D/www/data
|
||||
@unexec rm %D/etc/rc.d/apache.sh
|
||||
etc/apache/httpd.conf
|
||||
etc/apache/srm.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
etc/rc.d/apache.sh
|
||||
@exec mkdir %D/www/cgi-bin %D/www/data
|
||||
@exec mkdir -p %D/www/cgi-bin %D/www/data
|
||||
@unexec rm %D/etc/rc.d/apache.sh
|
||||
etc/apache/httpd.conf
|
||||
etc/apache/srm.conf
|
||||
|
Loading…
Reference in New Issue
Block a user