diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-09-29 06:47:54 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-09-29 06:47:54 +0000 |
commit | 9b271cc9977bfe074773412718a50fb82452a45f (patch) | |
tree | c72ffd87f288b2da33f25bd412679b3bff37d161 /default-config/etc/passwd | |
parent | 49284a96faf1c29b6b05ac70ea5c2ecda03fa75f (diff) | |
download | archiso32-9b271cc9977bfe074773412718a50fb82452a45f.tar.xz |
Corrected DOS newlines... whoops
git-svn-id: http://phraktured.net/archiso@16 00a9fe69-e71b-0410-bb23-df0e5024db41
Diffstat (limited to 'default-config/etc/passwd')
-rw-r--r-- | default-config/etc/passwd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/default-config/etc/passwd b/default-config/etc/passwd index fc64eab..f93d445 100644 --- a/default-config/etc/passwd +++ b/default-config/etc/passwd @@ -1,7 +1,7 @@ -root:x:0:0:root:/root:/bin/bash
-bin:x:1:1:bin:/bin:
-daemon:x:2:2:daemon:/sbin:
-mail:x:8:12:mail:/var/spool/mail:
-ftp:x:14:11:ftp:/home/ftp:
-nobody:x:99:99:nobody:/:
-arch::1000:100:users:/home/arch:/bin/bash
+root:x:0:0:root:/root:/bin/bash +bin:x:1:1:bin:/bin: +daemon:x:2:2:daemon:/sbin: +mail:x:8:12:mail:/var/spool/mail: +ftp:x:14:11:ftp:/home/ftp: +nobody:x:99:99:nobody:/: +arch::1000:100:users:/home/arch:/bin/bash |