Skip to content

Commit

Permalink
MFC: preserve perms, use proper serial console selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkh authored and jkh committed Sep 14, 1999
1 parent 65dd604 commit f96a1c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release/scripts/dict-make.sh
Expand Up @@ -3,7 +3,7 @@
# Move the dict stuff out to its own dist
if [ -d ${RD}/trees/bin/usr/share/dict ]; then
tar -cf - -C ${RD}/trees/bin/usr/share/dict . |
tar -xf - -C ${RD}/trees/dict/usr/share/dict &&
tar -xpf - -C ${RD}/trees/dict/usr/share/dict &&
rm -rf ${RD}/trees/bin/usr/share/dict;
fi

Expand Down
2 changes: 1 addition & 1 deletion release/scripts/info-make.sh
Expand Up @@ -3,6 +3,6 @@
# Move the info files out to their own dist
if [ -d ${RD}/trees/bin/usr/share/info ]; then
tar -cf - -C ${RD}/trees/bin/usr/share/info . |
tar -xf - -C ${RD}/trees/info/usr/share/info &&
tar -xpf - -C ${RD}/trees/info/usr/share/info &&
rm -rf ${RD}/trees/bin/usr/share/info;
fi
2 changes: 1 addition & 1 deletion release/sysinstall/install.c
Expand Up @@ -755,7 +755,7 @@ installFixupBin(dialogMenuItem *self)
fprintf(fp, "# -- sysinstall generated deltas -- #\n");
fprintf(fp, "userconfig_script_load=\"YES\"\n");
if (!OnVTY)
fprintf(fp, "console=\"serial\"\n");
fprintf(fp, "console=\"comconsole\"\n");
fclose(fp);
}
}
Expand Down

0 comments on commit f96a1c3

Please sign in to comment.