~ruther/guix-local

172b3e2cc2d0384970c362e46af8231c63b0b004 — 宋文武 8 years ago e4e5250
services: sysctl: Fix typo.

* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/sysctl.scm
M gnu/services/sysctl.scm => gnu/services/sysctl.scm +1 -1
@@ 33,7 33,7 @@
;;;

(define-record-type* <sysctl-configuration>
  sysctl-configuration make-sysctl-configuration?
  sysctl-configuration make-sysctl-configuration
  sysctl-configuration?
  (sysctl   sysctl-configuration-sysctl    ; path of the 'sysctl' command
            (default (file-append procps "/sbin/sysctl")))