- Timestamp:
- Jan 26, 2007, 11:02:54 PM (18 years ago)
- Location:
- server
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/accountadm/Makefile.in
r89 r125 12 12 install -p -m644 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc 13 13 install -p -m755 -D modbash $(DESTDIR)$(bindir)/modbash 14 install -p -m755 -D admof $(DESTDIR)$(sbindir)/admof 14 install -p -m755 -D admof $(DESTDIR)$(bindir)/admof 15 install -p -m755 -D admof $(DESTDIR)$(sbindir)/ssh-admof 15 16 install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend 16 17 install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend -
server/common/patches/krb5-kuserok-scripts.patch
r35 r125 109 109 + if (pid == 0) { 110 110 + char *args[4]; 111 +#define ADMOF_PATH "/usr/local/sbin/ admof"111 +#define ADMOF_PATH "/usr/local/sbin/ssh-admof" 112 112 + args[0] = ADMOF_PATH; 113 113 + args[1] = (char *) luser; -
server/fedora/specs/accountadm.spec
r120 r125 40 40 %defattr(0755, root, root) 41 41 /usr/local/bin/modbash 42 /usr/local/sbin/admof 42 /usr/local/bin/admof 43 /usr/local/sbin/ssh-admof 43 44 /usr/local/sbin/signup-scripts-backend 44 45 %defattr(4755, signup, signup)
Note: See TracChangeset
for help on using the changeset viewer.