filesystem: added dash to shells, updated to 3.2

This commit is contained in:
Fredrik Rinnestam 2015-06-28 02:42:12 +02:00
parent 1de20c853f
commit cd5366c827
3 changed files with 4 additions and 3 deletions

View File

@ -6,4 +6,4 @@ d41d8cd98f00b204e9800998ecf8427e motd
5f548195598fc07c16cf826256d4a471 passwd 5f548195598fc07c16cf826256d4a471 passwd
4faaa4e1ba24038f8638a0cae5046cfb securetty 4faaa4e1ba24038f8638a0cae5046cfb securetty
cf485c9730cb02e69176eb6aa6b75303 shadow cf485c9730cb02e69176eb6aa6b75303 shadow
0267fc00722e42588ad7ab4fe35067b8 shells dc4ff0c96d8dcd2141febc8b766e9a6b shells

View File

@ -3,8 +3,8 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu # Maintainer: CRUX System Team, core-ports at crux dot nu
name=filesystem name=filesystem
version=3.1 version=3.2
release=2 release=1
source=(issue motd shells group passwd shadow securetty fstab mime.types) source=(issue motd shells group passwd shadow securetty fstab mime.types)
build() { build() {

View File

@ -4,5 +4,6 @@
/bin/sh /bin/sh
/bin/bash /bin/bash
/bin/dash
# End of file # End of file