mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
- Updated description of port - Added extra patches to change group - Bump port revision - Added gettext depend
20 lines
686 B
Lua
20 lines
686 B
Lua
--- src/box/lua/load_cfg.lua.orig 2015-05-28 22:07:40 UTC
|
|
+++ src/box/lua/load_cfg.lua
|
|
@@ -54,7 +54,8 @@ local default_cfg = {
|
|
custom_proc_title = nil,
|
|
pid_file = nil,
|
|
background = false,
|
|
- username = nil ,
|
|
+ username = nil,
|
|
+ groupname = nil,
|
|
coredump = false,
|
|
|
|
-- snapshot_daemon
|
|
@@ -101,6 +102,7 @@ local template_cfg = {
|
|
pid_file = 'string',
|
|
background = 'boolean',
|
|
username = 'string',
|
|
+ groupname = 'string',
|
|
coredump = 'boolean',
|
|
snapshot_period = 'number',
|
|
snapshot_count = 'number',
|