X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2FsendEmail;h=171f7ab9116246328b8a0805f2dd7a09979e31d6;hp=86119297dbd9d9409d07147a5cd57f70ca0b5511;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=8999627f8abfc83172728c2e3d0f3cfbe1f1f1c4 diff --git a/lfs/sendEmail b/lfs/sendEmail index 86119297db..171f7ab911 100644 --- a/lfs/sendEmail +++ b/lfs/sendEmail @@ -1,6 +1,6 @@ ############################################################################### # IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # +# Copyright (C) 2007-2018 IPFire Team # ############################################################################### ############################################################################### @@ -17,7 +17,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sendEmail -PAK_VER = 1 +PAK_VER = 2 DEPS = "" @@ -63,6 +63,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && cp -pvf sendEmail /usr/local/bin + chown root.root /usr/local/bin/sendEmail chmod 755 /usr/local/bin/sendEmail @rm -rf $(DIR_APP) @$(POSTBUILD)