]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/avahi
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / lfs / avahi
index 17857bfe37d807252d705f1960d63f8d5e646670..1df11c70e79c3a59a08ece4c182460e21397fbfb 100644 (file)
--- a/lfs/avahi
+++ b/lfs/avahi
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -32,9 +32,9 @@ THISAPP    = avahi-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET = $(DIR_INFO)/$(THISAPP)
+TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = avahi
-PAK_VER    = 11
+PAK_VER    = 14
 
 DEPS       = dbus libdaemon
 
@@ -101,8 +101,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
 
+       # Add conf file to /etc/avahi directory
+       cp -vf $(DIR_CONF)/avahi/avahi-daemon.conf /etc/avahi
+
        # Install configuration for samba
-       cp -avf $(DIR_SRC)/config/avahi/smb.service /etc/avahi/services/smb.service
+       cp -avf $(DIR_CONF)/avahi/smb.service /etc/avahi/services/smb.service
 
        # Install initscript
        $(call INSTALL_INITSCRIPTS,$(SERVICES))