remove cruft; moved to sbin

This commit is contained in:
Christer Edwards
2018-04-06 17:05:07 -06:00
parent c78d5b9e57
commit 44defa51db
12 changed files with 0 additions and 0 deletions

11
usr/local/sbin/bbsd-login Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
#
# jexec $1 /usr/bin/login -f root
if [ $# -eq 1 ]; then
jexec $1 /usr/bin/login -f root
fi
if [ $# -eq 2 ]; then
jexec $1 /usr/bin/login -f $2
fi