freebsd-ports/shells/wapsh/files/patch-htshd::htshd.c
Edwin Groothuis 000de2cf3b shells/wapsh - update, make fetchable, take maintainership
- Upgrade to latest version (make fetchable again)
	- Add WWW line and more supported phones to pkg-descr
	- Single PLIST file addition
	- Replace rc.d script with new rc.subr-style
	- Install in more appropriate place
	- Take maintainership

PR:		ports/94243
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-04-06 00:34:34 +00:00

15 lines
628 B
C

--- htshd/htshd.c.orig Fri Nov 24 15:46:01 2000
+++ htshd/htshd.c Tue Nov 18 18:03:33 2003
@@ -97,10 +97,10 @@
#define SERVICE_NAME "htsh" /* Should be in /etc/services
on login and http server hosts */
-#define CONFIG_FILE "/etc/htshd.conf"
+#define CONFIG_FILE "/usr/local/etc/wapsh/htshd.conf"
/* Default name of startup config file */
-#define GLOBAL_RC_FILE "/etc/htsh_profile"
+#define GLOBAL_RC_FILE "/usr/local/etc/wapsh/htsh_profile"
/* Default name of global user
initialisation file */
#define RCFILE ".htshrc" /* Name of user-specific initialisation file