services: networking: Remove unbound variable reference in 'stop'.
* gnu/services/base.scm (static-networking-shepherd-service): Remove
spurious ":" in 'stop' method inadvertently introduced in commit
c9436025a9
.
This commit is contained in:
parent
7fd3082522
commit
241358dc94
|
@ -2122,7 +2122,7 @@ This service is not part of @var{%base-services}."
|
||||||
AF_INET INADDR_ANY 0)))
|
AF_INET INADDR_ANY 0)))
|
||||||
(set-network-interface-flags sock #$interface 0)
|
(set-network-interface-flags sock #$interface 0)
|
||||||
(close-port sock)
|
(close-port sock)
|
||||||
: #f)))
|
#f)))
|
||||||
(respawn? #f))))))
|
(respawn? #f))))))
|
||||||
|
|
||||||
(define (static-networking-etc-files interfaces)
|
(define (static-networking-etc-files interfaces)
|
||||||
|
|
Loading…
Reference in New Issue