Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140469078
D54341.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
868 B
Referenced Files
None
Subscribers
None
D54341.diff
View Options
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -55,7 +55,6 @@
OLD_FILES+=usr/bin/alias
OLD_FILES+=usr/bin/bg
OLD_FILES+=usr/bin/cd
-OLD_FILES+=usr/bin/command
OLD_FILES+=usr/bin/fc
OLD_FILES+=usr/bin/fg
OLD_FILES+=usr/bin/getopts
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -23,6 +23,7 @@
colrm \
column \
comm \
+ command \
compress \
csplit \
ctlstat \
diff --git a/usr.bin/command/Makefile b/usr.bin/command/Makefile
new file mode 100644
--- /dev/null
+++ b/usr.bin/command/Makefile
@@ -0,0 +1,4 @@
+SCRIPTS=command.sh
+MAN=
+
+.include <bsd.prog.mk>
diff --git a/usr.bin/command/command.sh b/usr.bin/command/command.sh
new file mode 100755
--- /dev/null
+++ b/usr.bin/command/command.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+builtin command "$@"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 25, 7:12 AM (13 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27242504
Default Alt Text
D54341.diff (868 B)
Attached To
Mode
D54341: Resurrect standalone command
Attached
Detach File
Event Timeline
Log In to Comment