]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Place minilogd in sbin.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 6 Mar 2005 00:11:43 +0000 (00:11 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 6 Mar 2005 00:11:43 +0000 (00:11 +0000)
svn-id: @5570

src/Makefile.am

index c7afde03a4421c6419c3a5b29e9a80aa715cdee6..48ca4b459ecfcb435ad5a0b78b7b183c7f14b6a0 100644 (file)
@@ -16,15 +16,16 @@ bin_PROGRAMS = \
        resolvesymlink
        
 sbin_PROGRAMS =        \
+       consoletype \
        genhostid \
-       netreport \
-       usernetctl \
+       getkey \
        initlog \
        loglevel \
-       getkey \
+       minilogd \
+       netreport \
        ppp-watch \
-       consoletype \
-       start-stop-daemon
+       start-stop-daemon \
+       usernetctl
        
 EXTRA_PROGRAMS = \
        testd 
This page took 0.15314 seconds and 4 git commands to generate.