As per post to gentoo-dev: I am writing an ebuild for sql-ledger an accounting package for small businesses. I am hitting a problem with symlinks not being copied across to the virtual directory Consider the original installed dir: tb htdocs # ls -al /usr/share/webapps/sql-ledger/2.4.14/htdocs/ total 115 drwxr-xr-x 10 root root 1000 Jul 30 00:18 . drwxr-xr-x 7 root root 328 Jul 30 00:18 .. drwxr-xr-x 2 root root 624 Jul 30 00:18 SL -rw-r--r-- 2 root root 7 Jul 30 00:18 VERSION lrwxrwxrwx 1 root root 8 Jul 30 00:18 admin.pl -> login.pl -rwxr-xr-x 2 root root 4195 Jul 30 00:18 am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 ap.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 ar.pl -> am.pl drwxr-xr-x 5 root root 120 Jul 30 00:18 bin lrwxrwxrwx 1 root root 5 Jul 30 00:18 bp.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 ca.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 cp.pl -> am.pl drwxr-xr-x 2 root root 80 Jul 30 00:18 css lrwxrwxrwx 1 root root 5 Jul 30 00:18 ct.pl -> am.pl -rw-r--r-- 2 root root 3638 Jul 30 00:18 favicon.ico lrwxrwxrwx 1 root root 5 Jul 30 00:18 gl.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 hr.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 ic.pl -> am.pl -rw-r--r-- 2 root root 177 Jul 30 00:18 index.html lrwxrwxrwx 1 root root 5 Jul 30 00:18 ir.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 is.pl -> am.pl drwxr-xr-x 42 root root 1008 Jul 30 00:18 locale -rwxr-xr-x 2 root root 3055 Jul 30 00:18 login.pl -rw-r--r-- 2 root root 12774 Jul 30 00:18 menu.ini lrwxrwxrwx 1 root root 5 Jul 30 00:18 menu.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 oe.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 pe.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 ps.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 rc.pl -> am.pl lrwxrwxrwx 1 root root 5 Jul 30 00:18 rp.pl -> am.pl -rwxr-xr-x 2 root root 10020 Jul 30 00:18 setup.pl drwxr-xr-x 2 root root 72 Jul 30 00:18 spool drwxr-xr-x 2 root root 3872 Jul 30 00:18 sql -rw-r--r-- 1 root root 1034 Jul 30 00:18 sql-ledger.conf -rw-r--r-- 2 root root 1034 Jul 30 00:18 sql-ledger.conf.default -rw-r--r-- 2 root root 28551 Jul 30 00:18 sql-ledger.gif -rw-r--r-- 2 root root 3594 Jul 30 00:18 sql-ledger.png drwxr-x--x 2 root root 17040 Jul 30 00:18 templates drwxr-xr-x 2 root root 112 Jul 30 00:18 users Now, see the results of using webapp-config -I: tb htdocs # ls -al /var/www/localhost/htdocs/sql-ledger/ total 259 drwxr-xr-x 10 root root 640 Jul 30 00:20 . drwxr-xr-x 5 root root 1408 Jul 30 00:19 .. -rw------- 1 root root 327 Jul 30 00:20 .webapp -rw-r--r-- 1 root root 139604 Jul 30 00:20 .webapp-sql-ledger-2.4.14 drwxr-xr-x 2 root root 624 Jul 30 00:19 SL -rw-r--r-- 2 root root 7 Jul 30 00:18 VERSION -rwxr-xr-x 2 root root 4195 Jul 30 00:18 am.pl drwxr-xr-x 5 root root 120 Jul 30 00:19 bin drwxrwxr-x 2 apache apache 80 Jul 30 00:19 css -rw-r--r-- 2 root root 3638 Jul 30 00:18 favicon.ico -rw-r--r-- 2 root root 177 Jul 30 00:18 index.html drwxr-xr-x 42 root root 1008 Jul 30 00:19 locale -rwxr-xr-x 2 root root 3055 Jul 30 00:18 login.pl -rw-r--r-- 2 root root 12774 Jul 30 00:18 menu.ini -rwxr-xr-x 2 root root 10020 Jul 30 00:18 setup.pl drwxrwxr-x 2 apache apache 72 Jul 30 00:19 spool drwxr-xr-x 2 root root 3872 Jul 30 00:19 sql -rw-r--r-- 1 root root 1034 Jul 30 00:19 sql-ledger.conf -rw-r--r-- 2 root root 1034 Jul 30 00:18 sql-ledger.conf.default -rw-r--r-- 2 root root 28551 Jul 30 00:18 sql-ledger.gif -rw-r--r-- 2 root root 3594 Jul 30 00:18 sql-ledger.png drwxrwxr-x 2 apache apache 17040 Jul 30 00:20 templates drwxrwxr-x 2 apache apache 112 Jul 30 00:19 users Is this a known issue? Is there a workaround? Where is the correct place to discuss this...? Reproducible: Always Steps to Reproduce:
Hi, This is fixed in webapp-config v1.50. Best regards, Stu