diff options
author | sibel <lesibel at free dot fr> | 2010-07-17 23:55:14 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-17 23:55:14 +0200 |
commit | 2feecfb45977ed85c184569f28aa57f9a4f916b8 (patch) | |
tree | b352b6c3dbdbff356942d4b601ecfb930d52abe4 | |
parent | 87ebcc5786858cda6c4b80fa374a23338522dcb0 (diff) | |
parent | 85946bbd27ed1578f35b5f8dfebd29ffc652cb7e (diff) | |
download | nutyx-pakxe-2feecfb45977ed85c184569f28aa57f9a4f916b8.tar.gz nutyx-pakxe-2feecfb45977ed85c184569f28aa57f9a4f916b8.tar.bz2 nutyx-pakxe-2feecfb45977ed85c184569f28aa57f9a4f916b8.tar.xz nutyx-pakxe-2feecfb45977ed85c184569f28aa57f9a4f916b8.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
-rw-r--r-- | base/aaabasicfs/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/aaabasicfs/Pkgfile b/base/aaabasicfs/Pkgfile index ed6a01849..5de871f6c 100644 --- a/base/aaabasicfs/Pkgfile +++ b/base/aaabasicfs/Pkgfile @@ -5,7 +5,7 @@ name=aaabasicfs version=2010 -release=06072010 +release=17072010 scriptsversion=lfs-bootscripts-20100627 BLFSscriptsversion=20090302 source=( http://www.linuxfromscratch.org/lfs/downloads/development/$scriptsversion.tar.bz2\ @@ -57,7 +57,7 @@ build() { /bin/bash EOF cat > $PKG/etc/passwd << "EOF" -root:x:0:0:root:/root:/bin/bash +root:x:0:0:root:/root:/bin/sh bin:x:1:1::/dev/null:/bin/false lp:x:9:9:Print Service User:/dev/null:/bin/false messagebus:x:18:18:D-BUS Message Daemon User:/dev/null:/bin/false |