Skip to content

Commit

Permalink
auto-update-system: Show completion date and time for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
outpaddling committed Dec 11, 2022
1 parent 94ab96d commit 2316e1a
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ to guide you through a pkgsrc installation. Auto-pkgsrc-setup is actually
part of auto-admin, but designed to run independently to solve the chicken-egg
problem of getting pkgsrc running before auto-admin is installed.

It is also possible, but not recommended, to perform a "cave man install"
It is also possible, but not recommended, to perform a "caveman install"
by downloading the source from Github and running "make install".

Auto-admin includes well over 100 scripts for performing systems management
Expand Down
Empty file modified Sys-scripts/auto-detect-laptops
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-filesys-manager
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-firewall-setup
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-network-config
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-network-manager
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-power-manager
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-pxe-node-discover
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-restore-ownership
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-security-manager
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-services-manager
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-software-manager
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-su+j-toggle
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-sys-manager
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions Sys-scripts/auto-update-system
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,10 @@ Darwin)

esac

# Show completion date and time, mainly for cron job logs
printf "System update completed.\n"
date

# FIXME: Find a secure way to give back to the central cache host
# Requires root access
# Push newly downloaded packages back to central host
Expand Down
Empty file modified Sys-scripts/auto-user-admin
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-wacom-setup
100644 → 100755
Empty file.
Empty file modified Sys-scripts/auto-webcam-setup
100644 → 100755
Empty file.
5 changes: 3 additions & 2 deletions User-scripts/auto-update-pkgsrc
Original file line number Diff line number Diff line change
Expand Up @@ -405,5 +405,6 @@ if [ -e $plugin ]; then
fi
fi

printf "Update complete!\n"
date # Show date in tail, esp for cron jobs
# Show completion date and time, mainly for cron job logs
printf "Pkgsrc update complete.\n"
date

0 comments on commit 2316e1a

Please sign in to comment.