Advertisement
grahamperrin

helloSystem: extract from a log of an upgrade to FreeBSD

Jan 24th, 2021
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. The following changes, which occurred between FreeBSD 12.1-RELEASE and
  2. FreeBSD 12.2-RELEASE have been merged into /etc/group:
  3. --- current version
  4. +++ new version
  5. @@ -1,6 +1,6 @@
  6. -# $FreeBSD: releng/12.1/etc/group 336525 2018-07-19 23:55:29Z ian $
  7. +# $FreeBSD: releng/12.2/etc/group 359447 2020-03-30 17:07:05Z brooks $
  8. #
  9. wheel:*:0:root,grahamperrin
  10. daemon:*:1:
  11. kmem:*:2:
  12. sys:*:3:
  13. @@ -30,10 +30,11 @@
  14. audit:*:77:
  15. www:*:80:
  16. ntpd:*:123:
  17. _ypldap:*:160:
  18. hast:*:845:
  19. +tests:*:977:
  20. nogroup:*:65533:
  21. nobody:*:65534:
  22. messagebus:*:556:
  23. _tss:*:601:
  24. avahi:*:558:
  25. Does this look reasonable (y/n)? y
  26.  
  27. The following changes, which occurred between FreeBSD 12.1-RELEASE and
  28. FreeBSD 12.2-RELEASE have been merged into /etc/master.passwd:
  29. --- current version
  30. +++ new version
  31. @@ -1,6 +1,6 @@
  32. -# $FreeBSD: releng/12.1/etc/master.passwd 337882 2018-08-15 23:18:34Z brd $
  33. +# $FreeBSD: releng/12.2/etc/master.passwd 359447 2020-03-30 17:07:05Z brooks $
  34. #
  35. root:*LOCKED*:0:0::0:0:Charlie &:/root:/bin/csh
  36. toor:*:0:0::0:0:Bourne-again Superuser:/root:
  37. daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
  38. operator:*:2:5::0:0:System &:/:/usr/sbin/nologin
  39. @@ -23,10 +23,11 @@
  40. auditdistd:*:78:77::0:0:Auditdistd unprivileged user:/var/empty:/usr/sbin/nologin
  41. www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin
  42. ntpd:*:123:123::0:0:NTP Daemon:/var/db/ntp:/usr/sbin/nologin
  43. _ypldap:*:160:160::0:0:YP LDAP unprivileged user:/var/empty:/usr/sbin/nologin
  44. hast:*:845:845::0:0:HAST unprivileged user:/var/empty:/usr/sbin/nologin
  45. +tests:*:977:977::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin
  46. nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin
  47. messagebus:*:556:556::0:0:D-BUS Daemon User:/nonexistent:/usr/sbin/nologin
  48. _tss:*:601:601:daemon:0:0:TCG Software Stack user:/var/empty:/usr/sbin/nologin
  49. avahi:*:558:558::0:0:Avahi Daemon User:/nonexistent:/usr/sbin/nologin
  50. cups:*:193:193::0:0:Cups Owner:/nonexistent:/usr/sbin/nologin
  51. Does this look reasonable (y/n)? y
  52.  
  53. The following changes, which occurred between FreeBSD 12.1-RELEASE and
  54. FreeBSD 12.2-RELEASE have been merged into /etc/passwd:
  55. --- current version
  56. +++ new version
  57. @@ -1,6 +1,6 @@
  58. -# $FreeBSD: releng/12.1/etc/master.passwd 337882 2018-08-15 23:18:34Z brd $
  59. +# $FreeBSD: releng/12.2/etc/master.passwd 359447 2020-03-30 17:07:05Z brooks $
  60. #
  61. root:*:0:0:Charlie &:/root:/bin/csh
  62. toor:*:0:0:Bourne-again Superuser:/root:
  63. daemon:*:1:1:Owner of many system processes:/root:/usr/sbin/nologin
  64. operator:*:2:5:System &:/:/usr/sbin/nologin
  65. @@ -23,10 +23,11 @@
  66. auditdistd:*:78:77:Auditdistd unprivileged user:/var/empty:/usr/sbin/nologin
  67. www:*:80:80:World Wide Web Owner:/nonexistent:/usr/sbin/nologin
  68. ntpd:*:123:123:NTP Daemon:/var/db/ntp:/usr/sbin/nologin
  69. _ypldap:*:160:160:YP LDAP unprivileged user:/var/empty:/usr/sbin/nologin
  70. hast:*:845:845:HAST unprivileged user:/var/empty:/usr/sbin/nologin
  71. +tests:*:977:977:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin
  72. nobody:*:65534:65534:Unprivileged user:/nonexistent:/usr/sbin/nologin
  73. messagebus:*:556:556:D-BUS Daemon User:/nonexistent:/usr/sbin/nologin
  74. _tss:*:601:601:TCG Software Stack user:/var/empty:/usr/sbin/nologin
  75. avahi:*:558:558:Avahi Daemon User:/nonexistent:/usr/sbin/nologin
  76. cups:*:193:193:Cups Owner:/nonexistent:/usr/sbin/nologin
  77. Does this look reasonable (y/n)? y
  78.  
  79. The following changes, which occurred between FreeBSD 12.1-RELEASE and
  80. FreeBSD 12.2-RELEASE have been merged into /etc/rc.shutdown:
  81. --- current version
  82. +++ new version
  83. @@ -31,11 +31,11 @@
  84. # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  85. # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  86. # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  87. # SUCH DAMAGE.
  88. #
  89. -# $FreeBSD: releng/12.1/libexec/rc/rc.shutdown 339413 2018-10-17 16:49:11Z bz $
  90. +# $FreeBSD: releng/12.2/libexec/rc/rc.shutdown 355480 2019-12-07 03:29:58Z emaste $
  91. #
  92.  
  93. # Site-specific closing actions for daemons run by init on shutdown,
  94. # or before going single-user from multi-user.
  95. # Output and errors are directed to console by init, and the
  96. @@ -50,10 +50,12 @@
  97.  
  98. HOME=/
  99. PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
  100. export HOME PATH
  101.  
  102. +rc_shutdown=${1:-"unspecified"}
  103. +
  104. . /etc/rc.subr
  105.  
  106. load_rc_config
  107.  
  108. # reverse_list list
  109. @@ -77,10 +79,11 @@
  110. debug "Initiating watchdog timer."
  111. sleep $rcshutdown_timeout && (
  112. _msg="$rcshutdown_timeout second watchdog"
  113. _msg="$_msg timeout expired. Shutdown terminated."
  114. logger -t rc.shutdown "$_msg"
  115. + echo
  116. echo "$_msg"
  117. date
  118. kill -KILL $$ >/dev/null 2>&1
  119. ) &
  120. _rcshutdown_watchdog=$!
  121. Does this look reasonable (y/n)? y
  122.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement