Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15780] dhcp installs wrong

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15780] dhcp installs wrong
  • Date: 29 Jul 2010 23:11:59 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15780





--- Comment #1 from Mike <4hcowboy AT gmail.com> 2010-07-29 18:11:58 ---
add --exec-prefix=/ to CONFIGURE so it installs to /sbin

change INSTALL to

make LIBDIR=/usr/lib INCDIR=/usr/include install &&
install -m 644 -T client/dhclient.conf
$INSTALL_ROOT/etc/dhclient.conf.example &&
install -m 644 -T client/scripts/linux $INSTALL_ROOT/sbin/dhclient-script &&
install -m 644 -T server/dhcpd.conf $INSTALL_ROOT/etc/dhcpd.conf.example

adding -T keeps it from copying both *.conf and *.conf.example

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page