Skip to content

Commit

Permalink
arch: drop sysvcompat support
Browse files Browse the repository at this point in the history
Our downstream generator takes care of all the sysvcompat support we need.
  • Loading branch information
teg authored and kaysievers committed Jun 10, 2012
1 parent 8e8eb8f commit 4bf43a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@ case $with_distro in
M4_DEFINES=-DTARGET_UBUNTU=1
;;
arch)
SYSTEM_SYSVINIT_PATH=/etc/rc.d
SYSTEM_SYSVRCND_PATH=/etc
SYSTEM_SYSVINIT_PATH=
SYSTEM_SYSVRCND_PATH=
AC_DEFINE(TARGET_ARCH, [], [Target is ArchLinux])
M4_DEFINES=-DTARGET_ARCH=1
;;
Expand Down

0 comments on commit 4bf43a3

Please sign in to comment.