diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 19:26:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 19:26:40 +0000 |
commit | f8297c25908dbfae9e8bff6d35f044117f155f14 (patch) | |
tree | 906a4b8d09fdcff66c95cd5710532b2687e904de | |
parent | Marked stable for x86. Removed old ebuilds. (Manifest recommit) (diff) | |
download | gentoo-2-f8297c25908dbfae9e8bff6d35f044117f155f14.tar.gz gentoo-2-f8297c25908dbfae9e8bff6d35f044117f155f14.tar.bz2 gentoo-2-f8297c25908dbfae9e8bff6d35f044117f155f14.zip |
gpl2, forget the later
-rw-r--r-- | net-fs/autofs/files/autofs.rc6 | 16 | ||||
-rw-r--r-- | net-fs/autofs/files/autofs.rc7 | 8 | ||||
-rw-r--r-- | net-fs/autofs/files/autofs.rc8 | 6 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfs-2 | 6 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfs-3 | 6 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfsmount | 6 | ||||
-rw-r--r-- | net-fs/samba/files/samba-init | 6 | ||||
-rw-r--r-- | net-fs/samba/files/samba-svc | 6 | ||||
-rw-r--r-- | net-fs/samba/files/winbind-init | 6 | ||||
-rw-r--r-- | net-fs/sfs/files/sfscd | 8 | ||||
-rw-r--r-- | net-fs/sfs/files/sfssd | 8 |
11 files changed, 41 insertions, 41 deletions
diff --git a/net-fs/autofs/files/autofs.rc6 b/net-fs/autofs/files/autofs.rc6 index 7610f8ed9b4b..e55c1a0348e3 100644 --- a/net-fs/autofs/files/autofs.rc6 +++ b/net-fs/autofs/files/autofs.rc6 @@ -1,7 +1,7 @@ #!/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/net-fs/autofs/files/autofs.rc6,v 1.6 2003/02/14 22:59:49 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs.rc6,v 1.7 2004/03/04 19:22:49 vapier Exp $ # rc file for automount using a Sun-style "master map". # We first look for a local /etc/auto.master, then a YP @@ -51,12 +51,12 @@ fi # if [ -e /usr/bin/ypcat ] && [ `ypcat -k auto.master 2>/dev/null | wc -l` -gt 0 ] then - ypcat -k auto.master | ( + ypcat -k auto.master | ( while read dir map options do - if [ ! -z "$dir" -a ! -z "$map" \ + if [ ! -z "$dir" -a ! -z "$map" \ -a x`echo "$map" | cut -c1` != 'x-' ] - then + then map=`echo "$map" | sed -e 's/^auto_/auto./'` if echo $options | grep -- '-t' >/dev/null 2>&1 ; then mountoptions="--timeout $(echo $options | \ @@ -66,9 +66,9 @@ then s/--*t\(imeout\)*[ \t]*[0-9][0-9]*//g s/\(^\|[ \t]\)-/\1/g'` echo "/usr/sbin/automount $mountoptions $dir yp $map $options $localoptions" - fi + fi done - ) + ) fi } diff --git a/net-fs/autofs/files/autofs.rc7 b/net-fs/autofs/files/autofs.rc7 index 210fef4ca782..9b132e821ceb 100644 --- a/net-fs/autofs/files/autofs.rc7 +++ b/net-fs/autofs/files/autofs.rc7 @@ -1,7 +1,7 @@ #!/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/net-fs/autofs/files/autofs.rc7,v 1.2 2003/02/14 22:59:53 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs.rc7,v 1.3 2004/03/04 19:23:12 vapier Exp $ # rc file for automount using a Sun-style "master map". # We first look for a local /etc/auto.master, then a YP @@ -133,4 +133,4 @@ reload() { restart() { svc_stop svc_start -}
\ No newline at end of file +} diff --git a/net-fs/autofs/files/autofs.rc8 b/net-fs/autofs/files/autofs.rc8 index 698ec42964b0..39befcb0b0ce 100644 --- a/net-fs/autofs/files/autofs.rc8 +++ b/net-fs/autofs/files/autofs.rc8 @@ -1,7 +1,7 @@ #!/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/net-fs/autofs/files/autofs.rc8,v 1.6 2003/07/26 10:46:45 cretin Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/files/autofs.rc8,v 1.7 2004/03/04 19:23:12 vapier Exp $ # rc file for automount using a Sun-style "master map". # We first look for a local /etc/auto.master, then a YP diff --git a/net-fs/nfs-utils/files/nfs-2 b/net-fs/nfs-utils/files/nfs-2 index 0930f666d4a0..593a5883d7b4 100644 --- a/net-fs/nfs-utils/files/nfs-2 +++ b/net-fs/nfs-utils/files/nfs-2 @@ -1,7 +1,7 @@ #!/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/net-fs/nfs-utils/files/nfs-2,v 1.2 2003/07/26 09:32:16 cretin Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-2,v 1.3 2004/03/04 19:23:32 vapier Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following diff --git a/net-fs/nfs-utils/files/nfs-3 b/net-fs/nfs-utils/files/nfs-3 index 833a423c7dd3..dc4a673e4904 100644 --- a/net-fs/nfs-utils/files/nfs-3 +++ b/net-fs/nfs-utils/files/nfs-3 @@ -1,7 +1,7 @@ #!/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/net-fs/nfs-utils/files/nfs-3,v 1.1 2004/01/30 07:50:23 drobbins Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-3,v 1.2 2004/03/04 19:25:48 vapier Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following diff --git a/net-fs/nfs-utils/files/nfsmount b/net-fs/nfs-utils/files/nfsmount index 20453057611b..4f35792fc316 100644 --- a/net-fs/nfs-utils/files/nfsmount +++ b/net-fs/nfs-utils/files/nfsmount @@ -1,7 +1,7 @@ #!/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/net-fs/nfs-utils/files/nfsmount,v 1.2 2003/02/14 23:00:09 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount,v 1.3 2004/03/04 19:23:47 vapier Exp $ depend() { need net portmap diff --git a/net-fs/samba/files/samba-init b/net-fs/samba/files/samba-init index 780a5b38dff8..f8c38384776b 100644 --- a/net-fs/samba/files/samba-init +++ b/net-fs/samba/files/samba-init @@ -1,7 +1,7 @@ #!/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/net-fs/samba/files/samba-init,v 1.3 2003/02/14 23:00:14 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba-init,v 1.4 2004/03/04 19:25:50 vapier Exp $ opts="${opts} reload" diff --git a/net-fs/samba/files/samba-svc b/net-fs/samba/files/samba-svc index 18dea0d652aa..dfc4058ee613 100644 --- a/net-fs/samba/files/samba-svc +++ b/net-fs/samba/files/samba-svc @@ -1,7 +1,7 @@ #!/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/net-fs/samba/files/samba-svc,v 1.1 2002/05/06 19:57:08 woodchip Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba-svc,v 1.2 2004/03/04 19:25:50 vapier Exp $ SVCDIR=/var/lib/supervise diff --git a/net-fs/samba/files/winbind-init b/net-fs/samba/files/winbind-init index 410c8e0d3bbb..6076df735a71 100644 --- a/net-fs/samba/files/winbind-init +++ b/net-fs/samba/files/winbind-init @@ -1,7 +1,7 @@ #!/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/net-fs/samba/files/winbind-init,v 1.3 2003/09/26 00:18:47 woodchip Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/winbind-init,v 1.4 2004/03/04 19:26:40 vapier Exp $ depend() { need net diff --git a/net-fs/sfs/files/sfscd b/net-fs/sfs/files/sfscd index 970ed4791f41..d4e3e9a58d0e 100644 --- a/net-fs/sfs/files/sfscd +++ b/net-fs/sfs/files/sfscd @@ -1,7 +1,7 @@ -#! /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/net-fs/sfs/files/sfscd,v 1.1 2003/03/19 01:43:05 wmertens Exp $ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/files/sfscd,v 1.2 2004/03/04 19:26:40 vapier Exp $ depend() { need net portmap diff --git a/net-fs/sfs/files/sfssd b/net-fs/sfs/files/sfssd index f5e3dc5852c6..e52e8d9ee804 100644 --- a/net-fs/sfs/files/sfssd +++ b/net-fs/sfs/files/sfssd @@ -1,7 +1,7 @@ -#! /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/net-fs/sfs/files/sfssd,v 1.1 2003/03/19 01:43:05 wmertens Exp $ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/files/sfssd,v 1.2 2004/03/04 19:26:40 vapier Exp $ depend() { need net portmap nfs |