Ignore:
Timestamp:
Mar 2, 2012, 12:50:20 AM (12 years ago)
Author:
andersk
Message:
Kill signup-scripts-frontend

We don’t need this setuid binary because we’re already running as the
right user, and also WTF was it doing with snprintf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/accountadm/Makefile.in

    r2105 r2145  
    88sysconfdir = @sysconfdir@
    99
    10 all-local: admof signup-scripts-frontend
     10all-local: admof
    1111
    1212admof: LDLIBS = -lafsauthent_pic -lafsrpc_pic -lresolv -lkrb5 -lpthread
     
    1818        install -p -m755 -D admof $(DESTDIR)$(bindir)/admof
    1919        install -p -m755 -D admof $(DESTDIR)$(sbindir)/ssh-admof
    20         install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend
    2120        install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend
    2221        install -p -m755 -D cronload $(DESTDIR)$(bindir)/cronload
     
    2625
    2726clean:
    28         rm -f admof admof.o signup-scripts-frontend
     27        rm -f admof admof.o
    2928
    3029distclean: clean
Note: See TracChangeset for help on using the changeset viewer.