I inadvertently used the .lrp extension yesterday, as in

  # lrpkg -i sshd.lrp

instead of

  # lrpkg -i sshd

and to my later surprise, it worked.  (... perhaps because I was working
from an msdos filesystem?)

Unfortunately, when I later went to backup sshd, the backup screen showed
it as "sshd.lrp" instead of "sshd", and when I attempted to back it up by
number, it complained that "/var/lib/lrpkg/sshd.lrp.list" and
"sshd.lrp.lrp" could not be found and prompted me to backup a zero-bytes
file.

I edited /var/lib/lrpkg/packages and /var/lib/backdisk to eliminate the
.lrp extension and was able to backup.

Perhaps /lib/POSIXness/POSIXness.linuxrouter could be modified... (this is
from Bering, but I think the same fix could be applied to DS.)

----------
--- POSIXness.linuxrouter_old   Thu Jun  6 09:46:06 2002
+++ POSIXness.linuxrouter       Thu Jun  6 09:46:58 2002
@@ -30,8 +30,8 @@
 
        install () {
        
-               f="$1"
+               f="${1%%.lrp}"
                        
                local d=""
                if [ -z "$2" ]; then
                 local d="`sed 's/.*boot=/\1/; s/[: ].*//' /proc/cmdline`"
----------

---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<[EMAIL PROTECTED]>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...2k
---------------------------------------------------------------------------


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to