From: jakob Date: Tue, 25 Apr 2000 21:12:53 +0000 (+0000) Subject: /usr/share/skel moved to /etc/skel X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5598c5f323ae235bb448b4f6f48ca69821fcfc07;p=openbsd /usr/share/skel moved to /etc/skel --- diff --git a/share/Makefile b/share/Makefile index 45df93e0851..5d0ab8a51bc 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.7 1998/12/13 18:05:52 millert Exp $ +# $OpenBSD: Makefile,v 1.8 2000/04/25 21:12:53 jakob Exp $ -SUBDIR= dict doc ipf ipsec lkm man misc mk skel tabset termtypes \ +SUBDIR= dict doc ipf ipsec lkm man misc mk tabset termtypes \ tmac zoneinfo smtpd .include diff --git a/share/skel/Makefile b/share/skel/Makefile deleted file mode 100644 index fd2148d72a1..00000000000 --- a/share/skel/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:51 todd Exp $ -# from: @(#)Makefile 5.3 (Berkeley) 6/8/90 - -FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts -NOOBJ= noobj - -all clean cleandir depend lint tags: - -realinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ - ${DESTDIR}${BINDIR}/skel - -.include diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc deleted file mode 100644 index e3b8c5d4838..00000000000 --- a/share/skel/dot.cshrc +++ /dev/null @@ -1,30 +0,0 @@ -# .cshrc initialization - -alias df df -k -alias du du -k -alias f finger -alias h 'history -r | more' -alias j jobs -l -alias la ls -a -alias lf ls -FA -alias ll ls -lgsA -alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' -alias z suspend - -set path = (~/bin /bin /sbin /usr/{bin,local/bin,games,sbin} .) - -if ($?prompt) then - # An interactive shell -- set some stuff up - set filec - set history = 1000 - set ignoreeof - set mail = (/var/mail/$USER) - set mch = `hostname -s` - alias prompt 'set prompt = "$mch:q"":$cwd:t {\!} "' - alias cd 'cd \!*; prompt' - alias chdir 'cd \!*; prompt' - alias popd 'popd \!*; prompt' - alias pushd 'pushd \!*; prompt' - cd . - umask 22 -endif diff --git a/share/skel/dot.login b/share/skel/dot.login deleted file mode 100644 index 2bddc137b0e..00000000000 --- a/share/skel/dot.login +++ /dev/null @@ -1,15 +0,0 @@ -#csh login file - -if ( ! $?TERMCAP ) then - tset -Q '-mdialup:?vt100' $TERM -endif - -stty newcrt crterase - -set savehist=100 -set ignoreeof - -setenv EXINIT 'set ai sm noeb' -setenv HOSTALIASES $HOME/.hostaliases - -if ( -x /usr/games/fortune) /usr/games/fortune diff --git a/share/skel/dot.mailrc b/share/skel/dot.mailrc deleted file mode 100644 index 7c8a99b9050..00000000000 --- a/share/skel/dot.mailrc +++ /dev/null @@ -1,2 +0,0 @@ -set ask -ignore message-id received date fcc status resent-date resent-message-id resent-from in-reply-to diff --git a/share/skel/dot.profile b/share/skel/dot.profile deleted file mode 100644 index ed597ee360e..00000000000 --- a/share/skel/dot.profile +++ /dev/null @@ -1,2 +0,0 @@ -PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/games:. -export PATH HOME TERM diff --git a/share/skel/dot.rhosts b/share/skel/dot.rhosts deleted file mode 100644 index 58162e036f5..00000000000 --- a/share/skel/dot.rhosts +++ /dev/null @@ -1,2 +0,0 @@ -# Format of this file is -#localhost foobar