1*0696600cSBjoern A. Zeeb#!/bin/sh 2*0696600cSBjoern A. Zeeb# 3*0696600cSBjoern A. Zeeb# 4*0696600cSBjoern A. Zeeb 5*0696600cSBjoern A. Zeeb# PROVIDE: LOGIN 6*0696600cSBjoern A. Zeeb# REQUIRE: DAEMON 7*0696600cSBjoern A. Zeeb 8*0696600cSBjoern A. Zeeb# This is a dummy dependency to ensure user services such as xdm, 9*0696600cSBjoern A. Zeeb# inetd, cron and kerberos are started after everything else, in case 10*0696600cSBjoern A. Zeeb# the administrator has increased the system security level and 11*0696600cSBjoern A. Zeeb# wants to delay user logins until the system is (almost) fully 12*0696600cSBjoern A. Zeeb# operational. 13