Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151882327
D7048.id18059.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
634 B
Referenced Files
None
Subscribers
None
D7048.id18059.diff
View Options
Index: auto_master.5
===================================================================
--- auto_master.5
+++ auto_master.5
@@ -187,6 +187,8 @@
.Li "uname -p" .
.It Li CPU
Same as ARCH.
+.It Li DOLLAR
+A literal $ sign.
.It Li HOST
Expands to the output of
.Li "uname -n" .
Index: defined.c
===================================================================
--- defined.c
+++ defined.c
@@ -264,6 +264,7 @@
defined_add("ARCH", name.machine);
defined_add("CPU", name.machine);
+ defined_add("DOLLAR", "$");
defined_add("HOST", name.nodename);
defined_add("OSNAME", name.sysname);
defined_add("OSREL", name.release);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 8:05 AM (7 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31337409
Default Alt Text
D7048.id18059.diff (634 B)
Attached To
Mode
D7048: Add and document DOLLAR variable to allow $ symbols while automounting Samba shares
Attached
Detach File
Event Timeline
Log In to Comment