Print this page
7293 Sun Secure Shell is neither
*** 24,42 ****
MANIFEST = ssh.xml
SVCMETHOD = sshd
include ../../Makefile.cmd
- include ../Makefile.ssh-common
- SSHASKPASS= $(ROOTLIBSSH)/ssh-askpass
ETCSSHDIR= $(ROOTETC)/ssh
! DIRS= $(ETCSSHDIR) $(ROOTLIBSSH) $(ROOTLIBSUNSSH)
! FILES= sshd_config ssh_config moduli.sunssh
!
! ETCSSHLINKS= $(ETCSSHDIR)/moduli
ETCSSHFILES= $(FILES:%=$(ETCSSHDIR)/%)
$(ETCSSHFILES) := FILEMODE= 644
--- 24,38 ----
MANIFEST = ssh.xml
SVCMETHOD = sshd
include ../../Makefile.cmd
ETCSSHDIR= $(ROOTETC)/ssh
! DIRS= $(ETCSSHDIR)
! FILES= sshd_config ssh_config
ETCSSHFILES= $(FILES:%=$(ETCSSHDIR)/%)
$(ETCSSHFILES) := FILEMODE= 644
*** 46,66 ****
$(INS.file)
$(DIRS):
$(INS.dir)
- $(ETCSSHDIR)/moduli: $(ETCSSHDIR)/moduli.sunssh
- -$(RM) $@; $(SYMLINK) moduli.sunssh $@
-
- $(ROOTLIBSSH)/%: %
- $(INS.file)
-
$(POFILE):
all lint clean clobber _msg:
! install: all $(DIRS) $(ETCSSHFILES) $(ETCSSHLINKS) $(ROOTMANIFEST) $(ROOTSVCMETHOD) \
! $(SSHASKPASS)
check: $(CHKMANIFEST)
include ../../Makefile.targ
--- 42,55 ----
$(INS.file)
$(DIRS):
$(INS.dir)
$(POFILE):
all lint clean clobber _msg:
! install: all $(DIRS) $(ETCSSHFILES) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
check: $(CHKMANIFEST)
include ../../Makefile.targ