Skip to content

Instantly share code, notes, and snippets.

@waqaskhan137
Created May 13, 2015 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waqaskhan137/1710ebd729dddfbc7e5b to your computer and use it in GitHub Desktop.
Save waqaskhan137/1710ebd729dddfbc7e5b to your computer and use it in GitHub Desktop.
sudo make install
make -C keepalived install
make[1]: Entering directory `/home/pc-1/keepalived-1.2.16/keepalived'
install -d /usr/local/sbin
install -m 700 ../bin/keepalived /usr/local/sbin/
install -d /usr/local/etc/rc.d/init.d
install -m 755 etc/init.d/keepalived.init /usr/local/etc/rc.d/init.d/keepalived
install -d /usr/local/etc/sysconfig
install -m 644 etc/init.d/keepalived.sysconfig /usr/local/etc/sysconfig/keepalived
install -d /usr/local/etc/keepalived/samples
install -m 644 etc/keepalived/keepalived.conf /usr/local/etc/keepalived/
install -m 644 ../doc/samples/* /usr/local/etc/keepalived/samples/
install -d /usr/local/share/man/man5
install -d /usr/local/share/man/man8
install -m 644 ../doc/man/man5/keepalived.conf.5 /usr/local/share/man/man5
install -m 644 ../doc/man/man8/keepalived.8 /usr/local/share/man/man8
make[1]: Leaving directory `/home/pc-1/keepalived-1.2.16/keepalived'
make -C genhash install
make[1]: Entering directory `/home/pc-1/keepalived-1.2.16/genhash'
install -d /usr/local/bin
install -m 755 ../bin/genhash /usr/local/bin/
install -d /usr/local/share/man/man1
install -m 644 ../doc/man/man1/genhash.1 /usr/local/share/man/man1
make[1]: Leaving directory `/home/pc-1/keepalived-1.2.16/genhash'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment