Skip to content

Commit

Permalink
[OS-314] add uuid tool and man page
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsdon committed Mar 15, 2011
1 parent 8c13588 commit d664e25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest
Expand Up @@ -515,8 +515,6 @@ d etc/saf 0755 root bin
f etc/saf/_sactab 0644 root sys
f etc/saf/_sysconfig 0644 root sys
d etc/saf/zsmon 0755 root sys
f etc/saf/zsmon/_pid 0644 root root
f etc/saf/zsmon/_pmtab 0644 root sys
d etc/sasl 0755 root sys
f etc/sdp.conf 0644 root sys
d etc/security 0755 root sys
Expand Down Expand Up @@ -2590,6 +2588,7 @@ f usr/bin/uptime 0555 root bin
f usr/bin/userattr 0555 root bin
f usr/bin/uudecode 0555 root uucp
f usr/bin/uuencode 0555 root uucp
f usr/bin/uuid 0755 root bin
f usr/bin/vax 0555 root bin
f usr/bin/vedit 0555 root bin
f usr/bin/vfsstat 0555 root bin
Expand Down Expand Up @@ -18209,6 +18208,7 @@ f usr/share/man/man1/units.1 0444 root bin
f usr/share/man/man1/unix2dos.1 0444 root bin
f usr/share/man/man1/unpack.1 0444 root bin
f usr/share/man/man1/uptime.1 0444 root bin
f usr/share/man/man1/uuid.1 0644 root bin
f usr/share/man/man1/vax.1 0444 root bin
f usr/share/man/man1/vedit.1 0444 root bin
f usr/share/man/man1/vgrind.1 0444 root bin
Expand Down
1 change: 1 addition & 0 deletions tools/build_live
Expand Up @@ -288,6 +288,7 @@ create_archive "${OUT_DIR}/${BOOT_ARCHIVE_64}" $lofidev32 $lofidevusr $usrfile
lofiadm -d "$lofidev32" 2>/dev/null

chmod 0644 ${OUT_DIR}/${BOOT_ARCHIVE_64}
echo "${BUILDSTAMP}" > ${OUT_DIR}/buildstamp
(cd ${OUT_DIR} && gtar -zcf ${PREFIX}.tgz ${PREFIX})

if [ $ERROR = 1 ]; then
Expand Down

0 comments on commit d664e25

Please sign in to comment.