Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Moin Jungs und Mädels,

ich versuch grad nen Script welches von Ubuntu kommt in OpenSuse laufen zu kriegen. Wenn ich es starten will bekomm ich immer folgenden Fehler:

/etc/init.d/benno-smtp: line 33: /lib/init/vars.sh: No such file or directory

Mir ist schon klar, das es die Datei wohl nur in Ubuntu oder Debian gibt. Meine Frage lautet: Was macht diese Datei und was ist in Suse vergleichbar?

Jemand ne Idee bzw. nen Tipp wie ich das Script umschreiben muss?

MFG Snipes83

Inhalt vars.sh:

#

# Set rcS vars

#


[ -f /etc/default/rcS ] && . /etc/default/rcS || true


# check for bootoption 'noswap' and do not activate swap

# partitions/files when it is set.

if [ -r /proc/cmdline ] && grep -q ' noswap' /proc/cmdline ; then

    NOSWAP=yes

else

    NOSWAP=no

fi


# Accept the same 'quiet' option as the kernel

if [ ! -e /proc/cmdline ] || egrep -qw 'quiet' /proc/cmdline ; then

    VERBOSE="no"

fi


# But allow both rcS and the kernel options 'quiet' to be overrided

# when INIT_VERBOSE=yes is used as well.

[ "$INIT_VERBOSE" ] && VERBOSE="$INIT_VERBOSE" || true

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.