File: pre_test_root_password

package info (click to toggle)
piuparts 0.62
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,692 kB
  • sloc: python: 6,823; sh: 2,194; makefile: 126
file content (7 lines) | stat: -rwxr-xr-x 225 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#!/bin/sh
set -e

# sudo refuses removal if no root password is set, so set one
# do this unconditionally, as there are quite some packages depending on sudo
# (and since its harmless and fast)
yes "yes" 2>/dev/null | passwd