Current time: 04-18-2024, 06:07 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wrong Makefile in configs for Ubuntu
Author Message
yaispcpu Offline
Junior Member
*

Posts: 38
Joined: Jun 2009
Reputation: 0
Post: #1
Wrong Makefile in configs for Ubuntu
The file "Makefile" in the path /var/www/ispcp-omega-1.0.2/configs/ubuntu/proftpd contains not the neccessary instructions to copy the proftpd.conf in the correct direcotory - there ar only instructions for the different releases of Debian:
Code:
install:

        $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/proftpd
        cp -R ./backup $(SYSTEM_CONF)/proftpd
        cp -R ./parts $(SYSTEM_CONF)/proftpd
        cp -R ./working $(SYSTEM_CONF)/proftpd

        if [ ! -d $(ROOT_CONF)/proftpd ]; then \
                $(SYSTEM_MAKE_DIRS) $(ROOT_CONF)/proftpd ; \
        fi
        $(SYSTEM_MAKE_DIRS) $(ROOT_CONF)/proftpd/ispcp;
        cp ./root_domain.conf $(ROOT_CONF)/proftpd/ispcp;

        # Debian 4.0 "Etch"?
        if [ $(RELEASE) = 'sarge' ]; then \
                cp ./proftpd.conf $(ROOT_CONF) ; \
                cp ./proftpd.conf $(SYSTEM_CONF)/proftpd ; \
        elif [ $(RELEASE) = 'etch' ]; then \
                if [ -e /etc/proftpd.conf ] ; then \
                        mv /etc/proftpd.conf /etc/proftpd.conf.bak ; \
                fi ; \
                cp ./proftpd1.3.conf $(SYSTEM_CONF)/proftpd/proftpd.conf ; \
                cp ./proftpd1.3.conf $(ROOT_CONF)/proftpd/proftpd.conf ; \
        elif [ $(RELEASE) = 'lenny' ] || [ $(RELEASE) = 'squeeze' ]; then \
                if [ -e /etc/proftpd.conf ] ; then \
                        mv /etc/proftpd.conf /etc/proftpd.conf.bak ; \
                fi ; \
                cp ./proftpd1.3.conf.lenny $(SYSTEM_CONF)/proftpd/proftpd.conf ; \
                cp ./proftpd1.3.conf.lenny $(ROOT_CONF)/proftpd/proftpd.conf ; \
        fi \

So, the installation of the config of proftp fails.
09-10-2009 11:44 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Wrong Makefile in configs for Ubuntu - yaispcpu - 09-10-2009 11:44 PM
RE: Wrong Makefile in configs for Ubuntu - Nuxwin - 09-11-2009, 02:43 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)