--- a/libdispatch/derror.c +++ b/libdispatch/derror.c @@ -13,7 +13,7 @@ #endif /** @internal The version string for the library, used by * nc_inq_libvers(). */ -static const char nc_libvers[] = PACKAGE_VERSION " of "__DATE__" "__TIME__" $"; +static const char nc_libvers[] = PACKAGE_VERSION " $"; /** ion/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/sysctl.scm
AgeCommit message (Expand)Author
2019-11-20services: sysctl: Make service one-shot....* gnu/services/sysctl.scm (sysctl-shepherd-service): Adjust shepherd service to use the 'one-shot?' keyword. Remove 'stop' command. Remove 'respawn' option. Efraim Flashner
2017-07-18services: sysctl: Fix typo....* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'. 宋文武
2017-07-04services: Add 'sysctl-service-type'....* gnu/services/sysctl.scm: New file. * doc/guix.texi (Miscellaneous Services): Document it. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. 宋文武