diff options
Diffstat (limited to 'bin/sh/funcs')
-rw-r--r-- | bin/sh/funcs/cmv | 3 | ||||
-rw-r--r-- | bin/sh/funcs/dirs | 3 | ||||
-rw-r--r-- | bin/sh/funcs/login | 3 | ||||
-rw-r--r-- | bin/sh/funcs/newgrp | 3 | ||||
-rw-r--r-- | bin/sh/funcs/popd | 3 | ||||
-rw-r--r-- | bin/sh/funcs/pushd | 3 | ||||
-rw-r--r-- | bin/sh/funcs/suspend | 3 |
7 files changed, 0 insertions, 21 deletions
diff --git a/bin/sh/funcs/cmv b/bin/sh/funcs/cmv index 815861eb5ebb..a87fcf8b7757 100644 --- a/bin/sh/funcs/cmv +++ b/bin/sh/funcs/cmv @@ -30,9 +30,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)cmv 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ # Conditional move--don't replace an existing file. diff --git a/bin/sh/funcs/dirs b/bin/sh/funcs/dirs index cac4c59af088..816230386725 100644 --- a/bin/sh/funcs/dirs +++ b/bin/sh/funcs/dirs @@ -30,9 +30,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)dirs 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/login b/bin/sh/funcs/login index 055bbe5a8fad..1569f88cb6be 100644 --- a/bin/sh/funcs/login +++ b/bin/sh/funcs/login @@ -30,9 +30,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)login 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ # replaces the login builtin in the BSD shell login () exec login "$@" diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp index d1f8b84800d8..ab7d202940e5 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -30,8 +30,5 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)newgrp 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ newgrp() exec newgrp "$@" diff --git a/bin/sh/funcs/popd b/bin/sh/funcs/popd index 805a4aff4f94..816230386725 100644 --- a/bin/sh/funcs/popd +++ b/bin/sh/funcs/popd @@ -30,9 +30,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)popd 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/pushd b/bin/sh/funcs/pushd index 12b6fcf71d13..816230386725 100644 --- a/bin/sh/funcs/pushd +++ b/bin/sh/funcs/pushd @@ -30,9 +30,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)pushd 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/suspend b/bin/sh/funcs/suspend index aaa2f7370cde..fd54c7050ddf 100644 --- a/bin/sh/funcs/suspend +++ b/bin/sh/funcs/suspend @@ -28,9 +28,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)suspend 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ suspend() { local - |