1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-09 05:19:16 -04:00
ports/net-mgmt/nefu/files/patch-main.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

13 lines
265 B
C

--- main.c 2006-11-10 20:32:33.000000000 +0100
+++ main.c 2008-06-23 20:26:45.000000000 +0200
@@ -409,6 +409,10 @@
}
}
+ /* fix the html_dir */
+ if(no_html == 1)
+ nefu_html_dir = NULL;
+
/* initalize html pages */
html_init( &s );