Skip to content

Commit

Permalink
Drop /etc/sysconfig from dkms_autoinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
scaronni committed Sep 10, 2024
1 parent 6d683c5 commit aac882b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dkms_autoinstaller.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ elif [ -f /etc/rc.d/init.d/functions ]; then
fi

exec="@SBINDIR@/dkms"
prog=${exec##*/}

test -f $exec || exit 0

[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog

uname_s=$(uname -s)

_get_kernel_dir() {
Expand Down

0 comments on commit aac882b

Please sign in to comment.