summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
blob: f901774d54d1ae0d7ef66b1b582a1122a5407c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sbin_SCRIPTS = halt reboot
EXTRA_DIST = halt reboot

POST_INSTALL = echo ' \
===============================================\
  To complete the installation execute the     \
  following as root:                           \
                                               \
  cp $(sbindir)halt /sbin/halt                 \
  cp $(sbindir)reboot /sbin/reboot             \
  chmod 400 /sbin/halt /sbin/reboot            \
                                               \
  Make sure you're in a jail!                  \
                                               \
==============================================='\