- Timestamp:
- 06/18/09 02:15:14 (4 years ago)
- Location:
- pkg/kev/main/parsix-installer/trunk
- Files:
-
- 4 edited
-
00-setuser.bm (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (2 diffs)
-
parsix-installer (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/kev/main/parsix-installer/trunk/00-setuser.bm
r13 r5511 23 23 update_status $"Setting passwords ..." 24 24 # Change password of user/root 25 chroot $TARGET_MNT_POINT sh -c "echo \"root:$ROOTPASS_CRYPT\" | chpasswd -e" 26 chroot $TARGET_MNT_POINT sh -c "echo \"$USER_NAME:$USERPASS_CRYPT\" | chpasswd -e" 25 # old method, obsolete 26 #chroot $TARGET_MNT_POINT sh -c "echo \"root:$ROOTPASS_CRYPT\" | chpasswd -e" 27 #chroot $TARGET_MNT_POINT sh -c "echo \"$USER_NAME:$USERPASS_CRYPT\" | chpasswd -e" 28 29 # New passwd > 1.4 30 chroot $TARGET_MNT_POINT sh -c "usermod -p $ROOTPASS_CRYPT root" 31 chroot $TARGET_MNT_POINT sh -c "usermod -p $USERPASS_CRYPT $USER_NAME" 27 32 28 33 update_status $"Updating group ..." -
pkg/kev/main/parsix-installer/trunk/debian/changelog
r5495 r5511 1 parsix-installer (0.90.0.5) unstable; urgency=low 2 3 * Updated password update funcation to meet passwd > 1.4 changes 4 * Bump standards version to 3.8.1 5 * Added passwd > 1.4 to deps 6 7 -- Alan Baghumian <alan@technotux.org> Wed, 17 Jun 2009 17:13:47 -0700 8 1 9 parsix-installer (0.90.0.4) unstable; urgency=low 2 10 -
pkg/kev/main/parsix-installer/trunk/debian/control
r5154 r5511 5 5 Build-Depends: cdbs (>= 0.4.23-1.1), 6 6 debhelper (>= 5.0.0) 7 Standards-Version: 3.8. 0.17 Standards-Version: 3.8.1 8 8 9 9 Package: parsix-installer … … 25 25 sed, 26 26 gawk, 27 passwd (>= 1.4), 27 28 parsix-graphics (>= 1.1.0) 28 29 Recommends: xdialog -
pkg/kev/main/parsix-installer/trunk/parsix-installer
r5495 r5511 19 19 # 20 20 21 VERSION="0.90.0. 4"21 VERSION="0.90.0.5" 22 22 CONFIG_FILE="$HOME/.pi-config" 23 23 LOG="$HOME/parsix-installer.log"
Note: See TracChangeset
for help on using the changeset viewer.


