Update of /cvsroot/morphix/scripts-base/etc
In directory sc8-pr-cvs1:/tmp/cvs-serv23532
Modified Files:
passwd profile
Removed Files:
auto.master auto.misc auto.net automount.sh
Log Message:
possible 0.4-1b files
Index: passwd
===================================================================
RCS file: /cvsroot/morphix/scripts-base/etc/passwd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** passwd 17 Apr 2003 19:15:27 -0000 1.1
--- passwd 6 Dec 2003 22:30:49 -0000 1.2
***************
*** 20,26 ****
irc:x:39:39:ircd:/var:/bin/sh
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats/gnats-db:/bin/sh
! mysql:x:100:103:MySQL Server:/var/lib/mysql:/bin/false
postfix:x:102:65534:Postfix Mailsystem:/var/spool/postfix:/bin/false
morph:x:1000:1000:Morphix User:/home/morph:/bin/bash
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
! gdm:!:100:1000:Gnome Display Manager:/var/lib/gdm:/bin/false
--- 20,27 ----
irc:x:39:39:ircd:/var:/bin/sh
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats/gnats-db:/bin/sh
! mysql:x:100:100:MySQL Server:/var/lib/mysql:/bin/false
postfix:x:102:65534:Postfix Mailsystem:/var/spool/postfix:/bin/false
+ sshd:x:101:65534::/var/run/sshd:/bin/false
morph:x:1000:1000:Morphix User:/home/morph:/bin/bash
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
! gdm:!:104:1000:Gnome Display Manager:/var/lib/gdm:/bin/false
Index: profile
===================================================================
RCS file: /cvsroot/morphix/scripts-base/etc/profile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** profile 21 Apr 2003 14:13:33 -0000 1.2
--- profile 6 Dec 2003 22:30:49 -0000 1.3
***************
*** 4,7 ****
--- 4,8 ----
[ "$UID" = "0" ] || PATH="$PATH:."
export PATH
+
# Set LOCALE
if [ -f /etc/sysconfig/i18n ]; then
--- auto.master DELETED ---
--- auto.misc DELETED ---
--- auto.net DELETED ---
--- automount.sh DELETED ---
|