[Bug 249273] pkgbase: missing colon in /usr/src/release/packages/runtime.ucl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 12 08:36:36 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249273

            Bug ID: 249273
           Summary: pkgbase: missing colon in
                    /usr/src/release/packages/runtime.ucl
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs at FreeBSD.org
          Reporter: martin.jakob at gmx.com

There is a colon missing in the /usr/src/release/packages/runtime.ucl file, see
below.

--- /usr/src/release/packages/runtime.ucl       2019-06-02 09:09:55.106842000
+0200
+++ runtime.ucl 2020-09-12 09:21:57.013004000 +0200
@@ -30,7 +30,7 @@
         version: "%VERSION%"
     }
 }
-directories {
+directories: {
     /dev = "y";
     /tmp = "y";
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list