Changeset 2145 for trunk/server
- Timestamp:
- Mar 2, 2012, 12:50:20 AM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/common/oursrc/accountadm/Makefile.in
r2105 r2145 8 8 sysconfdir = @sysconfdir@ 9 9 10 all-local: admof signup-scripts-frontend10 all-local: admof 11 11 12 12 admof: LDLIBS = -lafsauthent_pic -lafsrpc_pic -lresolv -lkrb5 -lpthread … … 18 18 install -p -m755 -D admof $(DESTDIR)$(bindir)/admof 19 19 install -p -m755 -D admof $(DESTDIR)$(sbindir)/ssh-admof 20 install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend21 20 install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend 22 21 install -p -m755 -D cronload $(DESTDIR)$(bindir)/cronload … … 26 25 27 26 clean: 28 rm -f admof admof.o signup-scripts-frontend27 rm -f admof admof.o 29 28 30 29 distclean: clean -
trunk/server/common/oursrc/accountadm/configure.in
r731 r2145 1 AC_INIT(signup-scripts- frontend.c)1 AC_INIT(signup-scripts-backend.in) 2 2 3 3 AC_PROG_CC -
trunk/server/common/oursrc/accountadm/mrproper
r544 r2145 1 1 #!/bin/sh 2 2 3 rm -f signup-scripts-frontendadmof signup-scripts-backend mbash3 rm -f admof signup-scripts-backend mbash 4 4 rm -f configure config.* Makefile 5 5 rm -rf auto*.cache -
trunk/server/fedora/config/etc/scripts/allowed-setugid.list
r2066 r2145 12 12 /usr/libexec/utempter/utempter 13 13 /usr/local/bin/logview 14 /usr/local/sbin/signup-scripts-frontend15 14 /usr/sbin/fping 16 15 /usr/sbin/fping6 -
trunk/server/fedora/specs/accountadm.spec
r2105 r2145 25 25 Contains: 26 26 - Perl script for checking whether a user is a locker admin <admof> 27 - setuid C program used to start a signup request <signup-scripts-frontend>28 27 - Perl script that handles signup requests <signup-scripts-backend> 29 28 - vhostadd,vhostedit: admin tools for adding and editing virtualhosts … … 57 56 /usr/local/sbin/vhostedit 58 57 /usr/local/sbin/ldap-backup 59 %defattr(4755, signup, signup)60 /usr/local/sbin/signup-scripts-frontend61 58 62 59 %pre
Note: See TracChangeset
for help on using the changeset viewer.