]> git.pld-linux.org Git - projects/rc-scripts.git/blame - rc.d/rc.local
Always use cached in show() function (There's no benefit of doing otherwise).
[projects/rc-scripts.git] / rc.d / rc.local
CommitLineData
7742e157 1#!/bin/sh
b0443108 2#
ec8b15cb 3# $Id$
b0443108 4#
7742e157
AF
5# This script will be executed *after* all the other init scripts.
6# You can put your own initialization stuff in here if you don't
7# want to do the full Sys V style init stuff.
8
d893fe33
JR
9
10# This must be last line !
5e6dfc29 11# vi:syntax=sh
This page took 0.049748 seconds and 4 git commands to generate.