Codebase list sysvinit / 2ece2c0
Updated src/Makefile to confirm we build all the necessary software prior to trying to install it. Jesse Smith 5 years ago
2 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2626 * shutdown command was setting environment variable INIT_HALT to
2727 "POWERDOWN", this should have been "POWEROFF" as specified in the
2828 manual page. Fixed code to match manual page and init scripts.
29 Closes Debian bugs #717531 and ##590895
29 Closes Debian bugs #717531 and #590895
3030 * Added -l flag to "last" command. When used it allows "last" to
3131 display usernames longer than 8 characters long.
3232 * Added -q and -Q flags to shutdown command to make the "system is going down"
3939 emergency console. Should make backspace-erasing characters work
4040 more naturally.
4141 Closes Debian bug #402847.
42 * Updated src/Makefile to make sure we build all the software before
43 attempting to install.
4244
4345
4446 sysvinit (2.91) world; urgency=low
176176
177177 distclean: clobber
178178
179 install:
179 install: all
180180 $(INSTALL_DIR) $(ROOT)/bin/ $(ROOT)/sbin/
181181 $(INSTALL_DIR) $(ROOT)/usr/bin/
182182 for i in $(BIN); do \