mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Fix breakage in bento
- Suppress message when booting from rc.d/wwwoffled.sh from netchild.
This commit is contained in:
parent
facc5fd919
commit
1f10de108e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56847
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= wwwoffle
|
||||
PORTVERSION= 2.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/httpd/ \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
|
11
www/wwwoffle/files/patch-conf::Makefile.in
Normal file
11
www/wwwoffle/files/patch-conf::Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- conf/Makefile.in- Fri Mar 29 16:40:55 2002
|
||||
+++ conf/Makefile.in Fri Mar 29 16:39:51 2002
|
||||
@@ -49,7 +49,7 @@
|
||||
echo "WWWOFFLE: There is already a config file $(CONFDIR)/wwwoffle.conf." ;\
|
||||
echo "WWWOFFLE: Run 'conf/upgrade-config.pl $(CONFDIR)/wwwoffle.conf' to upgrade it." ;\
|
||||
echo "WWWOFFLE: " )
|
||||
- [ ! -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install
|
||||
+ $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install
|
||||
[ -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf
|
||||
|
||||
######## CONF FILE ########
|
@ -3,7 +3,7 @@
|
||||
case $1 in
|
||||
start)
|
||||
[ -x %PREFIX%/sbin/wwwoffled ] && \
|
||||
%PREFIX%/sbin/wwwoffled > /dev/null && echo -n ' wwwoffled'
|
||||
%PREFIX%/sbin/wwwoffled >/dev/null 2>&1 && echo -n ' wwwoffled'
|
||||
;;
|
||||
stop)
|
||||
killall wwwoffled && echo -n ' wwwoffled'
|
||||
|
Loading…
Reference in New Issue
Block a user