]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/setup
mympd: remove create config start
[ipfire-2.x.git] / lfs / setup
index 764d0edb396a973f9f8b4e1908cc3f22b16dfff2..82286d6a09dd4b54b2942eeaad16049cc57da8e8 100644 (file)
--- a/lfs/setup
+++ b/lfs/setup
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  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        #
@@ -40,7 +40,7 @@ check :
 
 download :
 
-md5 :
+b2 :
 
 ###############################################################################
 # Installation Details
@@ -58,5 +58,9 @@ $(TARGET) :
                --with-config-root="$(CONFIG_ROOT)"
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
+
+       # Fix file permissions of /etc/sudoers.d/setup
+       chmod 640 /etc/sudoers.d/setup
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)