From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] openvmtools: add release file Date: Sun, 05 Jun 2016 07:50:54 +0200 Message-ID: <1465105854-8642-1-git-send-email-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3190721657782441371==" List-Id: --===============3190721657782441371== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This patch add a simple release file to disable log spam The user never see the text in this file Signed-off-by: Marcel Lorenz --- config/openvmtools/release | 3 +++ config/rootfiles/packages/openvmtools | 1 + lfs/openvmtools | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 config/openvmtools/release diff --git a/config/openvmtools/release b/config/openvmtools/release new file mode 100644 index 0000000..ef16ac1 --- /dev/null +++ b/config/openvmtools/release @@ -0,0 +1,3 @@ +COMMENT=3D"This is needed for open-vm-tools" +DISTRIB_ID=3D"IPFire" +DISTRIB_RELEASE=3D"IPFire" diff --git a/config/rootfiles/packages/openvmtools b/config/rootfiles/package= s/openvmtools index caeb568..3529272 100644 --- a/config/rootfiles/packages/openvmtools +++ b/config/rootfiles/packages/openvmtools @@ -2,6 +2,7 @@ etc/rc.d/init.d/openvmtools etc/rc.d/rc0.d/K01openvmtools etc/rc.d/rc3.d/S60openvmtools etc/rc.d/rc6.d/K01openvmtools +etc/release etc/vmware-tools etc/vmware-tools/guestproxy-ssl.conf etc/vmware-tools/poweroff-vm-default diff --git a/lfs/openvmtools b/lfs/openvmtools index 044994d..cf64203 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -33,7 +33,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) SUP_ARCH =3D x86_64 i586 PROG =3D openvmtools -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D "" =20 @@ -97,5 +97,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -sf ../init.d/openvmtools /etc/rc.d/rc0.d/K01openvmtools ln -sf ../init.d/openvmtools /etc/rc.d/rc6.d/K01openvmtools rm -rvf /usr/etc/pam.d /usr/share/openvmtools + cp -fv $(DIR_SRC)/config/openvmtools/release /etc/ @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 1.9.1 --===============3190721657782441371==--