blob: c267b43e1a9f50db5287d6a3e10129c6bed5bc72 (
plain)
1
2
3
4
5
6
7
8
|
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
start() {
# This is a fake, you know that?
einfo "Fake"
}
|