diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:09:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:09:34 +0000 |
commit | 1aafd45d52c252acaadfd12caaef2768b8ff6430 (patch) | |
tree | 304d7039d11720080459bf4469c8ed70821ae1bb /sys-apps/noflushd | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | historical-1aafd45d52c252acaadfd12caaef2768b8ff6430.tar.gz historical-1aafd45d52c252acaadfd12caaef2768b8ff6430.tar.bz2 historical-1aafd45d52c252acaadfd12caaef2768b8ff6430.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'sys-apps/noflushd')
-rw-r--r-- | sys-apps/noflushd/files/noflushd.rc6 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/noflushd/files/noflushd.rc6 b/sys-apps/noflushd/files/noflushd.rc6 index eb5c31eaee7b..b505f86c9044 100644 --- a/sys-apps/noflushd/files/noflushd.rc6 +++ b/sys-apps/noflushd/files/noflushd.rc6 @@ -1,11 +1,10 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/files/noflushd.rc6,v 1.4 2003/02/14 23:26:26 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/files/noflushd.rc6,v 1.5 2004/03/06 04:09:07 vapier Exp $ # NB: Config is in /etc/conf.d/noflushd - depend() { need localmount } |