summaryrefslogtreecommitdiff
blob: cd8ed456ba0f7c3e5d61b0cca28b542ac321e9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

start() {
    return 0
}

stop() {
    return 0
}

# vim:ts=4