]> git.pld-linux.org Git - projects/rc-scripts.git/blame - rc.d/rc.local
Initial revision
[projects/rc-scripts.git] / rc.d / rc.local
CommitLineData
7742e157
AF
1#!/bin/sh
2
3# This script will be executed *after* all the other init scripts.
4# You can put your own initialization stuff in here if you don't
5# want to do the full Sys V style init stuff.
6
7arch=$(uname -m)
8a="a"
9case "_$arch" in
10 _a*) a="an";;
11 _i*) a="an";;
12esac
13
This page took 0.09835 seconds and 4 git commands to generate.