[Git][NTPsec/ntpsec][master] WIP. start extending buildprep to know about MacOS and Solaris.
Mark Atwood
gitlab at mg.gitlab.com
Fri Jan 20 02:44:28 UTC 2017
Mark Atwood pushed to branch master at NTPsec / ntpsec
Commits:
325cd2e4 by Mark Atwood at 2017-01-19T18:44:12-08:00
WIP. start extending buildprep to know about MacOS and Solaris.
- - - - -
1 changed file:
- buildprep
Changes:
=====================================
buildprep
=====================================
--- a/buildprep
+++ b/buildprep
@@ -8,8 +8,8 @@
cat <<EOF
# Preparing your system for ntpsec source build...
# This script presently knows about Debian, Ubuntu, CentOS, and Fedora.
-# If you are running something else, please follow the directions for
-# by-hand installation in INSTALL.
+# If you are running something else, such as MacOS or Solaris, please
+# follow the directions for by-hand installation in INSTALL.
#
EOF
@@ -33,6 +33,9 @@ then
installer=yum
elif apt --version 2>/dev/null
then
+ # FIXME, on MacOS and Solaris systems, apt is part of Java
+ # http://java.sun.com/j2se/1.5.0/docs/guide/apt/GettingStarted.html
+ # need a better way to determine the local system uses Debian Advanced Packaging Tool installer
installer=apt
else
installer=unknown
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/325cd2e4bc2c73dce211794e785071ec6daffbd1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170120/e95736d6/attachment.html>
More information about the vc
mailing list