Re: devel/cvsweb: add mkdir /var/www/dev to README script

2018-07-08 Thread Gonzalo L. Rodriguez
On [05/06/18] [06:19P], Thomas Frohwein wrote: Hi, cvsweb touts that: "You can run this README directly with sh(1)", but /var/www/dev isn't present on systems by default. This (admittedly trivial) diff adds dev to the mkdir command. Then passing the README to sh(1) succeeds. Interest in adding

devel/cvsweb: add mkdir /var/www/dev to README script

2018-06-04 Thread Thomas Frohwein
Hi, cvsweb touts that: "You can run this README directly with sh(1)", but /var/www/dev isn't present on systems by default. This (admittedly trivial) diff adds dev to the mkdir command. Then passing the README to sh(1) succeeds. Interest in adding this? Index: pkg/README ===