diff options
| author | Yelninei <yelninei@tutamail.com> | 2025-08-30 17:43:53 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-17 11:55:13 +0200 |
| commit | 6d242496db2827653b1243418bba747288eeba37 (patch) | |
| tree | d506aacfb5272f52f71af4bdb22b34000ea2906d /gnu | |
| parent | 64c35295f5bcdd1305a78a907573ab4be169cebe (diff) | |
gnu: inetutils: Enable kernel log on the Hurd.
* gnu/packages/admin.scm (inetutils)[configure-flags]: Set PATH_KLOG on Hurd.
Change-Id: I1d8c91a5ca5a6a0da9ccbc02816164fbfd029605
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/admin.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 97b49919fe3..e85d006e45b 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm | |||
| @@ -1255,7 +1255,8 @@ re-executing them as necessary.") | |||
| 1255 | '("--with-path-procnet-dev=/proc/net/dev") | 1255 | '("--with-path-procnet-dev=/proc/net/dev") |
| 1256 | '()) | 1256 | '()) |
| 1257 | #$@(if (target-hurd?) | 1257 | #$@(if (target-hurd?) |
| 1258 | '("--disable-rcp" | 1258 | '("--with-path-klog=/dev/klog" |
| 1259 | "--disable-rcp" | ||
| 1259 | "--disable-rexec" | 1260 | "--disable-rexec" |
| 1260 | "--disable-rexecd" | 1261 | "--disable-rexecd" |
| 1261 | "--disable-rlogin" | 1262 | "--disable-rlogin" |
