diff options
author | intrigeri <intrigeri@boum.org> | 2008-06-25 08:47:48 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-06-25 08:47:48 +0000 |
commit | 1d930270d0dc1d56f49d5c3bd667e0e3a4fa35b0 (patch) | |
tree | 944036fa1b34021ca4cee75aa529fe2fe204022f /handlers/sys.in | |
parent | ed9d104613cbe1ba7993ccb2c2542478d3fe73b9 (diff) | |
download | backupninja-1d930270d0dc1d56f49d5c3bd667e0e3a4fa35b0.tar.gz backupninja-1d930270d0dc1d56f49d5c3bd667e0e3a4fa35b0.tar.bz2 |
sys: fix typo
Diffstat (limited to 'handlers/sys.in')
-rwxr-xr-x | handlers/sys.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/sys.in b/handlers/sys.in index d88d34c..a029af6 100755 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -53,7 +53,7 @@ then getconf packagesfile $parentdir/dpkg-selections.txt getconf packagemgr `which dpkg` getconf packagemgroptions ' --get-selections *' - getconf selectionsfile $parentir/debconfsel.txt + getconf selectionsfile $parentdir/debconfsel.txt getconf debconfgetselections `which debconf-get-selections` elif [ $os = "redhat" ] then |