mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
krb5: Move package into core system.
On one hand, the key.dns_resolver binary is linked against libkrb5, so this library at least is required by the base system. On the other hand this easily allows different services on the firewall to use kerberos for authentication (ssh etc). Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
02882db302
commit
4fdd355880
@@ -36,7 +36,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = netatalk
|
||||
PAK_VER = 3
|
||||
|
||||
DEPS = avahi dbus krb5
|
||||
DEPS = avahi dbus
|
||||
|
||||
SERVICES = netatalk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user