Posted by Hollow on Thu 16th Apr 14:25
download | new post
- template:
- =========
- source src {
- unix-stream("/dev/log" max-connections(256));
- internal();
- # is_virtual = <%= is_virtual %>
- <%- if is_virtual == false -%>
- file("/proc/kmsg");
- <%- end -%>
- };
- result:
- =======
- source src {
- unix-stream("/dev/log" max-connections(256));
- internal();
- # is_virtual = false
- };
Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.
