diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-09 10:02:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-09 10:02:23 +0000 |
commit | fbf3e80a1553be55a7202dfc443c81b7271d4f36 (patch) | |
tree | 2279dce41534a3479015a60395affa15887d3094 /app-admin/fam-oss | |
parent | sandbox + NLS fixes (diff) | |
download | gentoo-2-fbf3e80a1553be55a7202dfc443c81b7271d4f36.tar.gz gentoo-2-fbf3e80a1553be55a7202dfc443c81b7271d4f36.tar.bz2 gentoo-2-fbf3e80a1553be55a7202dfc443c81b7271d4f36.zip |
header fix
Diffstat (limited to 'app-admin/fam-oss')
-rw-r--r-- | app-admin/fam-oss/files/fam | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-admin/fam-oss/files/fam b/app-admin/fam-oss/files/fam index c8eb62fc86d4..871c40dc5fda 100644 --- a/app-admin/fam-oss/files/fam +++ b/app-admin/fam-oss/files/fam @@ -1,13 +1,12 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/fam-oss/files/fam,v 1.3 2002/03/24 08:31:02 azarah Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/fam-oss/files/fam,v 1.4 2002/11/09 10:02:23 vapier Exp $ depend() { need portmap } - start() { ebegin "Starting fam" start-stop-daemon --start --quiet --exec /usr/bin/fam --background \ @@ -20,4 +19,3 @@ stop() { start-stop-daemon --stop --quiet --exec /usr/bin/fam eend $? } - |