freebsd-ports/net-mgmt/nefu/files/patch-publish.c
Rong-En Fan 3c2bcf7ec2 - Use fix uid and gid
- Fix broken --without-html with patches
- Add OPTIONS for HTML
- Add rc script
- Pass maintainership to submitter

PR:		ports/126787
Submitted by:	decke at bluelife.at
2009-04-07 11:49:00 +00:00

16 lines
277 B
C

--- publish.c 2005-08-01 16:08:43.000000000 +0200
+++ publish.c 2008-06-24 14:11:41.000000000 +0200
@@ -750,7 +750,11 @@
return( 1 );
}
- return( html_plan( s ));
+ if ( nefu_html_dir != NULL ) {
+ return( html_plan( s ));
+ }
+
+ return ( 0 );
}