sm

sysmgr implemented in C
git clone git://git.ckyln.com/sm
Log | Files | Refs | README | LICENSE

commit d57c2a05a067dbf74aadb2c24dcffbb47a852ced
parent 2f09687331a7a98889fef0670df8341c3f72547f
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 10 Oct 2020 11:19:52 +0300

config.def.h: reorder directories

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -1,3 +1,3 @@ /* See LICENSE for copyright details */ -static char *rundir_default = "/run/sysmgr" ; static char *sysdir_default = "/var/sysmgr" ; +static char *rundir_default = "/run/sysmgr" ;