diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2022-01-15 14:49:57 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-02-02 16:46:43 +0100 |
commit | 438bf9b840695902bc9a214789276227a34e7669 (patch) | |
tree | b4194ef55f802909e0aa638da711e739044fd8d5 /gnu | |
parent | 4f2fd33b4f27f590ec2337daef339cf3e2337dab (diff) |
installer: Un-export syslog syntax.
* gnu/installer/utils.scm (syslog): Remove export.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/installer/utils.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/installer/utils.scm b/gnu/installer/utils.scm index 74046c9cab..1bff1e1229 100644 --- a/gnu/installer/utils.scm +++ b/gnu/installer/utils.scm @@ -38,7 +38,6 @@ syslog-port %syslog-line-hook - syslog installer-log-port %installer-log-line-hook %default-installer-line-hooks |