Skip to content

Commit

Permalink
src/: remove long deprecated obsolete programs
Browse files Browse the repository at this point in the history
They were all deprecated in runit 1.3.2 (Dec 2005), replaced with sv and
removed from the default targets of the makefile by 1.4.0 (Mar 2006), and fully
undocumented by 1.5.1 (May 2006).
This makes for a ~17 years deprecation notice, pretty good.
  • Loading branch information
0x5c committed Apr 4, 2023
1 parent 819cd66 commit fd3fd32
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 712 deletions.
16 changes: 0 additions & 16 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,10 @@ runsvdir: runsvdir.o unix.a byte.a time.a
@printf " [CCLD]\t\t$@\n"
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@

runsvstat: runsvstat.o unix.a byte.a time.a
@printf " [CCLD]\t\t$@\n"
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@

runsvctrl: runsvctrl.o unix.a byte.a
@printf " [CCLD]\t\t$@\n"
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@

sv: sv.o unix.a byte.a time.a
@printf " [CCLD]\t\t$@\n"
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@

svwaitup: svwaitup.o unix.a byte.a time.a
@printf " [CCLD]\t\t$@\n"
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@

svwaitdown: svwaitdown.o unix.a byte.a time.a
@printf " [CCLD]\t\t$@\n"
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@

utmpset: utmpset.o unix.a byte.a
@printf " [CCLD]\t\t$@\n"
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@
Expand Down
80 changes: 0 additions & 80 deletions src/runsvctrl.c

This file was deleted.

23 changes: 0 additions & 23 deletions src/runsvctrl.check

This file was deleted.

8 changes: 0 additions & 8 deletions src/runsvctrl.dist

This file was deleted.

166 changes: 0 additions & 166 deletions src/runsvstat.c

This file was deleted.

26 changes: 0 additions & 26 deletions src/runsvstat.check

This file was deleted.

12 changes: 0 additions & 12 deletions src/runsvstat.dist

This file was deleted.

Loading

0 comments on commit fd3fd32

Please sign in to comment.