From ead5bff2561eae45007c8d9e949379c3454c0183 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Tue, 12 Jun 2018 16:56:10 +0200 Subject: specfile: services from /usr/lib/systemd moved to /usr/libexec --- usr/lib/systemd/loadmodules | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 usr/lib/systemd/loadmodules (limited to 'usr/lib/systemd/loadmodules') diff --git a/usr/lib/systemd/loadmodules b/usr/lib/systemd/loadmodules deleted file mode 100755 index 4fd167c4..00000000 --- a/usr/lib/systemd/loadmodules +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -# Load other user-defined modules -for file in /etc/sysconfig/modules/*.modules ; do - [ -x $file ] && $file -done - -# Load modules (for backward compatibility with VARs) -if [ -f /etc/rc.modules ]; then - /etc/rc.modules -fi -- cgit v1.2.1