From a4712803bbf6fa4f2b554db272dee3ee2d478452 Mon Sep 17 00:00:00 2001 From: Daniel Jahre Date: Thu, 4 Dec 2003 23:03:59 +0000 Subject: [PATCH] Daniel Jahre : the attached patch fixes the problem that the .init isn't copied to the appropriate directory. Thanks rene for pointing me to this problem. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1915 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + package/daja77/ypbind/ypbind.conf | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 package/daja77/ypbind/ypbind.conf diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index fcb5509fd..40b3f994b 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -5,6 +5,7 @@ updated kasc (flightgear) updated ghostscript updated intltool, libsigc, libxml2, libxslt + - Daniel Jahre: fixed ypbind to install the init file *) 2003-12-03 (2.0.0-rc3 - 2.0.0-rc4) diff --git a/package/daja77/ypbind/ypbind.conf b/package/daja77/ypbind/ypbind.conf new file mode 100644 index 000000000..b409a079b --- /dev/null +++ b/package/daja77/ypbind/ypbind.conf @@ -0,0 +1,3 @@ + + +postmake="install_init ypbind $confdir/ypbind.init"