FreeBSD Bugzilla – Attachment 146134 Details for
Bug 192900
There is no PAM-independent command to change the login class.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Makefile for setloginclass.c, also attached
Makefile (text/plain), 393 bytes, created by
Kevin Barry
on 2014-08-21 22:31:19 UTC
(
hide
)
Description:
Makefile for setloginclass.c, also attached
Filename:
MIME Type:
Creator:
Kevin Barry
Created:
2014-08-21 22:31:19 UTC
Size:
393 bytes
patch
obsolete
>NAME=setloginclass >#NOTE: installed in /usr/sbin so that it can be used before /usr/local is mounted >INSTALL=/usr/sbin/$(NAME) >.PHONY: default install clean > >default: $(NAME) > >$(NAME): setloginclass.c Makefile > cc -std=c99 -Wall -g -O2 setloginclass.c -o $(NAME) -lutil > >install: $(INSTALL) > >$(INSTALL): $(NAME) > install -v -m 700 -o 0 -g 0 $(NAME) $(INSTALL) > >clean: > rm -fv setloginclass *~
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 192900
:
146133
| 146134