mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
added syslogd and libsyslog to the programs.cfg
This commit is contained in:
parent
a7b2d2c012
commit
89b19e7808
18
programs.cfg
18
programs.cfg
@ -72,4 +72,22 @@
|
||||
authors = "Izaya",
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["libsyslog"] = {
|
||||
files = {
|
||||
["master/syslog/OpenOS/usr/lib/syslog.lua"] = "/lib",
|
||||
},
|
||||
name = "libsyslog",
|
||||
description = "Library for unified logging",
|
||||
authors = "Izaya",
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["syslogd"] = {
|
||||
files = {
|
||||
["master/syslog/OpenOS/etc/rc.d/syslogd.lua"] = "//etc/rc.d",
|
||||
},
|
||||
name = "syslogd",
|
||||
description = "System logging daemon with network capabilities",
|
||||
authors = "Izaya",
|
||||
repo = "tree/master/"
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user