diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-04-28 19:36:16 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-04-28 19:36:16 +0200 |
commit | 9e0bd37180dae24eccd129504010214b14c5d754 (patch) | |
tree | 784a0acec1a69bd1e7fd96b05b142e8f14eb0e28 /debian/tests/start-net | |
parent | 8cb51450526932b3dc1f17f3f22ba24453f189e2 (diff) |
Fix autopkgtest
Diffstat (limited to 'debian/tests/start-net')
-rw-r--r-- | debian/tests/start-net | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/tests/start-net b/debian/tests/start-net index 65679c3..dbc2c28 100644 --- a/debian/tests/start-net +++ b/debian/tests/start-net @@ -13,8 +13,12 @@ echo localhost >>/etc/sane.d/saned.conf # Enable pnm sed -i 's/^#\(pnm\)$/\1/' /etc/sane.d/dll.conf -# Enable saned.socket +# Enable net @ localhost +sed -i 's/^# \(localhost\)$/\1/' /etc/sane.d/net.conf + +# Enable & start saned.socket systemctl enable saned.socket +systemctl start saned.socket # # test |