diff contrib/chg/chg.c @ 30513:ff7df4bb75de

chgserver: make it a core module and drop extension flags It was an extension just because there were several dependency cycles I needed to address. I don't add 'chgserver' to extensions._builtin since chgserver is considered an internal extension so nobody should enable it by their config.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 15 Oct 2016 14:30:16 +0900
parents 681fe090d82e
children 937c52f06709
line wrap: on
line diff
--- a/contrib/chg/chg.c	Sat Oct 15 14:37:18 2016 +0900
+++ b/contrib/chg/chg.c	Sat Oct 15 14:30:16 2016 +0900
@@ -225,7 +225,6 @@
 		"--cmdserver", "chgunix",
 		"--address", opts->sockname,
 		"--daemon-postexec", "chdir:/",
-		"--config", "extensions.chgserver=",
 	};
 	size_t baseargvsize = sizeof(baseargv) / sizeof(baseargv[0]);
 	size_t argsize = baseargvsize + opts->argsize + 1;