[chrony-dev] [PATCH] macOS - Replace tuxfamily with chrony-project |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: [chrony-dev] [PATCH] macOS - Replace tuxfamily with chrony-project
- From: Bryan Christianson <bryan@xxxxxxxxxxxxx>
- Date: Fri, 28 Jul 2023 11:16:00 +1200
- Cc: Bryan Christianson <bryan@xxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smtpservice.net; i=@smtpservice.net; q=dns/txt; s=a1-4; t=1690499789; h=feedback-id : x-smtpcorp-track : date : message-id : to : subject : from : reply-to : sender : list-unsubscribe; bh=2SReQN0hGtUwM2IWRgZ7rgTcbVVgZ4HmYlO6DJSmws0=; b=lG1uWuP0THFVePP7kyIFkZtJAWS3ZwjCeaFc5rNV1FGSEL78m8ENylSMFCrde4X4p3iMw MSVieO3t/ekhqK7rTYaZ6L3jxSxUUQwC+2EvFbSucaNyQhFZnItkB5ZVIBEDGgTijvC4+M1 q5Y59yXWZfBAXfNjbKLVrnsLUCs/eeBv+EKDWwtNLQnCRg1Bq5+hCbMbrJ/SQSjO1H3e+LI f9asO3TRDtf02rLisNLe0oDWsFWNT5eyJAEh+n3DeAzVq/keIjHbb5FIR4h4bQOzT8qG17m 5FoBrolxY0i30rjmUlwDvENHh/SOlQ0Woo49ELDeI0f0KPZui/6g7lmaZ+Vg==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=whatroute.net; i=@whatroute.net; q=dns/txt; s=s149811; t=1690499789; h=from : subject : to : message-id : date; bh=2SReQN0hGtUwM2IWRgZ7rgTcbVVgZ4HmYlO6DJSmws0=; b=KsHmbXQu0Uj7shPH7sfpb8GiUSh1o6M2n0517mMokqz6+5KumXMktdTyVIrroB1o7Uq4K nXbr4Dvt+2Br6OcZ7ZV2AqPhrTSteJpIbN0TEuqmq8Xg2ecGL13JOAbFpQLzJJ5gbVBzZp6 Wo1TUkQJUlf0m5HfiZS2eH/01xuKU/VRMRvf1Gka84gotPwCWays8U/+tCCHmtCl+JQtXcQ To/5CKpGAHx0FmIHPTH32hRY1Eq6cS+SqiXE6wKT3BSsCLU2/FGKzUzKSdnnqzDDDcu4MhX 3qNcDS5pD6he5CESVyDhUeUY6L7aIJUvPsCZWpt1ZDLqwTMO0I/Zipd+ZeCA==
The chrony project has moved from tuxfamily.org to chrony-project.org. Reflect these changes in the macOS startup files and documentation.
---
contrib/bryan_christianson_1/README.txt | 24 +++++++++----------
...plist => org.chrony-project.chronyc.plist} | 2 +-
...plist => org.chrony-project.chronyd.plist} | 2 +-
3 files changed, 14 insertions(+), 14 deletions(-)
rename contrib/bryan_christianson_1/{org.tuxfamily.chronyc.plist => org.chrony-project.chronyc.plist} (91%)
rename contrib/bryan_christianson_1/{org.tuxfamily.chronyd.plist => org.chrony-project.chronyd.plist} (91%)
diff --git a/contrib/bryan_christianson_1/README.txt b/contrib/bryan_christianson_1/README.txt
index 3a0a2ef..05bdd0c 100644
--- a/contrib/bryan_christianson_1/README.txt
+++ b/contrib/bryan_christianson_1/README.txt
@@ -60,8 +60,8 @@ Support files
Dates and sizes may differ
-rw-r--r-- 1 yourname staff 2084 4 Aug 22:54 README.txt
-rwxr-xr-x 1 yourname staff 676 4 Aug 21:18 chronylogrotate.sh
--rw-r--r-- 1 yourname staff 543 18 Jul 20:10 org.tuxfamily.chronyc.plist
--rw-r--r-- 1 yourname staff 511 19 Jun 18:30 org.tuxfamily.chronyd.plist
+-rw-r--r-- 1 yourname staff 543 18 Jul 20:10 org.chrony-project.chronyc.plist
+-rw-r--r-- 1 yourname staff 511 19 Jun 18:30 org.chrony-project.chronyd.plist
If you have used chrony support directories other than those suggested, you
will need to edit each file and make the appropriate changes.
@@ -83,21 +83,21 @@ sudo chmod +x /usr/local/bin/chronylogrotate.sh
sudo chown root:wheel /usr/local/bin/chronylogrotate.sh
-2. org.tuxfamily.chronyc.plist
+2. org.chrony-project.chronyc.plist
This file is the launchd plist that runs logrotation each day. You may
wish to edit this file to change the time of day at which the rotation
will run, currently 04:05 am
-sudo cp org.tuxfamily.chronyc.plist /Library/LaunchDaemons
-sudo chown root:wheel /Library/LaunchDaemons/org.tuxfamily.chronyc.plist
-sudo chmod 0644 /Library/LaunchDaemons/org.tuxfamily.chronyc.plist
-sudo launchctl load -w /Library/LaunchDaemons/org.tuxfamily.chronyc.plist
+sudo cp org.chrony-project.chronyc.plist /Library/LaunchDaemons
+sudo chown root:wheel /Library/LaunchDaemons/org.chrony-project.chronyc.plist
+sudo chmod 0644 /Library/LaunchDaemons/org.chrony-project.chronyc.plist
+sudo launchctl load -w /Library/LaunchDaemons/org.chrony-project.chronyc.plist
-3. org.tuxfamily.chronyd.plist
+3. org.chrony-project.chronyd.plist
This file is the launchd plist that runs chronyd when the Macintosh starts.
-sudo cp org.tuxfamily.chronyd.plist /Library/LaunchDaemons
-sudo chown root:wheel /Library/LaunchDaemons/org.tuxfamily.chronyd.plist
-sudo chmod 0644 /Library/LaunchDaemons/org.tuxfamily.chronyd.plist
-sudo launchctl load -w /Library/LaunchDaemons/org.tuxfamily.chronyd.plist
+sudo cp org.chrony-project.chronyd.plist /Library/LaunchDaemons
+sudo chown root:wheel /Library/LaunchDaemons/org.chrony-project.chronyd.plist
+sudo chmod 0644 /Library/LaunchDaemons/org.chrony-project.chronyd.plist
+sudo launchctl load -w /Library/LaunchDaemons/org.chrony-project.chronyd.plist
diff --git a/contrib/bryan_christianson_1/org.tuxfamily.chronyc.plist b/contrib/bryan_christianson_1/org.chrony-project.chronyc.plist
similarity index 91%
rename from contrib/bryan_christianson_1/org.tuxfamily.chronyc.plist
rename to contrib/bryan_christianson_1/org.chrony-project.chronyc.plist
index a3c42c6..94cee17 100644
--- a/contrib/bryan_christianson_1/org.tuxfamily.chronyc.plist
+++ b/contrib/bryan_christianson_1/org.chrony-project.chronyc.plist
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Label</key>
- <string>org.tuxfamily.logrotate</string>
+ <string>org.chrony-project.logrotate</string>
<key>KeepAlive</key>
<false/>
<key>ProgramArguments</key>
diff --git a/contrib/bryan_christianson_1/org.tuxfamily.chronyd.plist b/contrib/bryan_christianson_1/org.chrony-project.chronyd.plist
similarity index 91%
rename from contrib/bryan_christianson_1/org.tuxfamily.chronyd.plist
rename to contrib/bryan_christianson_1/org.chrony-project.chronyd.plist
index 2bf42aa..e23fc06 100644
--- a/contrib/bryan_christianson_1/org.tuxfamily.chronyd.plist
+++ b/contrib/bryan_christianson_1/org.chrony-project.chronyd.plist
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Label</key>
- <string>org.tuxfamily.chronyd</string>
+ <string>org.chrony-project.chronyd</string>
<key>Program</key>
<string>/usr/local/sbin/chronyd</string>
<key>ProgramArguments</key>
--
2.39.2 (Apple Git-143)
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.